Home
last modified time | relevance | path

Searched defs:msec (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_mapped_section.h65 static inline void pt_msec_init(struct pt_mapped_section *msec, in pt_msec_init()
85 static inline void pt_msec_fini(struct pt_mapped_section *msec) in pt_msec_fini()
93 static inline uint64_t pt_msec_begin(const struct pt_mapped_section *msec) in pt_msec_begin()
102 static inline uint64_t pt_msec_end(const struct pt_mapped_section *msec) in pt_msec_end()
111 static inline uint64_t pt_msec_offset(const struct pt_mapped_section *msec) in pt_msec_offset()
120 static inline uint64_t pt_msec_size(const struct pt_mapped_section *msec) in pt_msec_size()
130 pt_msec_section(const struct pt_mapped_section *msec) in pt_msec_section()
137 pt_msec_asid(const struct pt_mapped_section *msec) in pt_msec_asid()
146 static inline uint64_t pt_msec_map(const struct pt_mapped_section *msec, in pt_msec_map()
153 static inline uint64_t pt_msec_unmap(const struct pt_mapped_section *msec, in pt_msec_unmap()
[all …]
H A Dpt_msec_cache.h50 struct pt_mapped_section msec; member
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c38 struct pt_mapped_section msec; in begin() local
52 struct pt_mapped_section msec; in end() local
66 struct pt_mapped_section msec; in offset() local
80 struct pt_mapped_section msec; in size() local
94 struct pt_mapped_section msec; in asid() local
114 struct pt_mapped_section msec; in asid_null() local
129 struct pt_mapped_section msec; in map() local
142 struct pt_mapped_section msec; in unmap() local
156 struct pt_mapped_section msec; in section() local
169 struct pt_mapped_section msec; in section_null() local
H A Dptunit-msec_cache.c118 int pt_image_validate(struct pt_image *image, struct pt_mapped_section *msec, in pt_image_validate()
139 int pt_image_find(struct pt_image *image, struct pt_mapped_section *msec, in pt_image_find()
206 const struct pt_mapped_section *msec; in read_null() local
225 const struct pt_mapped_section *msec; in fill_null() local
267 const struct pt_mapped_section *msec; in read_nomap() local
281 const struct pt_mapped_section *msec; in read() local
298 const struct pt_mapped_section *msec; in fill_nomap() local
321 const struct pt_mapped_section *msec; in fill() local
H A Dptunit-image.c1904 struct pt_mapped_section msec; in find_null() local
1923 struct pt_mapped_section msec; in find() local
1939 struct pt_mapped_section msec; in find_asid() local
1971 struct pt_mapped_section msec; in find_bad_asid() local
1982 struct pt_mapped_section msec; in find_nomem() local
1993 struct pt_mapped_section msec; in validate_null() local
2007 struct pt_mapped_section msec; in validate() local
2024 struct pt_mapped_section msec; in validate_bad_asid() local
2043 struct pt_mapped_section msec; in validate_bad_vaddr() local
2062 struct pt_mapped_section msec; in validate_bad_offset() local
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image.c179 const struct pt_mapped_section *msec; in pt_image_add() local
276 struct pt_mapped_section *msec; in pt_image_remove() local
388 struct pt_mapped_section *msec; in pt_image_remove_by_filename() local
438 struct pt_mapped_section *msec; in pt_image_remove_by_asid() local
500 static inline int pt_image_check_msec(const struct pt_mapped_section *msec, in pt_image_check_msec()
545 struct pt_mapped_section *msec; in pt_image_fetch_section() local
577 struct pt_mapped_section *msec; in pt_image_read() local
659 struct pt_mapped_section *msec; in pt_image_find() local
H A Dpt_msec_cache.c80 struct pt_mapped_section *msec; in pt_msec_cache_read() local
104 struct pt_mapped_section *msec; in pt_msec_cache_fill() local
H A Dpt_block_decoder.c675 const struct pt_mapped_section *msec) in pt_blk_decode_in_section()
1686 static inline int pt_blk_is_in_section(const struct pt_mapped_section *msec, in pt_blk_is_in_section()
1778 const struct pt_mapped_section *msec, in pt_blk_proceed_no_event_fill_cache()
2131 const struct pt_mapped_section *msec) in pt_blk_proceed_no_event_cached()
2471 const struct pt_mapped_section *msec; in pt_blk_msec_fill() local
2532 const struct pt_mapped_section *msec; in pt_blk_proceed_no_event() local
H A Dpt_insn_decoder.c1215 const struct pt_mapped_section *msec, in pt_insn_decode_cached()
1291 const struct pt_mapped_section *msec; in pt_insn_next() local
/freebsd/contrib/ntp/libntp/
H A Duglydate.c23 long msec; in uglydate() local
H A Ddofptoa.c17 int msec in dofptoa()
H A Ddolfptoa.c18 int msec in dolfptoa()
H A Dprettydate.c167 u_int msec; in common_prettydate() local
/freebsd/contrib/unbound/util/
H A Dtube.c408 int msec = -1; in pollit() local
438 int tube_wait_timeout(struct tube* tube, int msec) in tube_wait_timeout()
689 int tube_wait_timeout(struct tube* tube, int msec) in tube_wait_timeout()
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h76 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC)) argument
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.c73 dwc_hdmi_phy_wait_i2c_done(struct dwc_hdmi_softc *sc, int msec) in dwc_hdmi_phy_wait_i2c_done()
278 uint8_t msec; in dwc_hdmi_phy_configure() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h84 msecs_to_jiffies(uint64_t msec) in msecs_to_jiffies()
/freebsd/contrib/ntp/sntp/libevent/
H A Dpoll.c139 long msec = -1; in poll_dispatch() local
H A Dwin32select.c308 long msec = tv ? evutil_tv_to_msec_(tv) : LONG_MAX; in win32_dispatch() local
/freebsd/tools/bus_space/examples/
H A Dam79c900_diag.py148 def delay(msec): argument
/freebsd/contrib/libevent/
H A Dpoll.c139 long msec = -1; in poll_dispatch() local
H A Dwin32select.c308 long msec = tv ? evutil_tv_to_msec_(tv) : LONG_MAX; in win32_dispatch() local
/freebsd/sys/dev/iicbus/rtc/
H A Drtc8583.c64 uint8_t msec, sec, min, hour, day, month; member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_datum.c142 int msec; /* miliseconds */ member
/freebsd/sys/arm/nvidia/
H A Dtegra_rtc.c129 uint32_t msec, sec; in tegra_rtc_gettime() local

123