Home
last modified time | relevance | path

Searched refs:pt_msec_init (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c42 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in begin()
56 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in end()
70 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in offset()
84 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in size()
102 pt_msec_init(&msec, NULL, &asid, 0x2000ull, 0x100ull, 0x1000ull); in asid()
117 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in asid_null()
132 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in map()
145 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in unmap()
159 pt_msec_init(&msec, &section, NULL, 0x2000ull, 0x100ull, 0x1000ull); in section()
172 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in section_null()
/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() function
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image.c77 pt_msec_init(&list->section, section, asid, vaddr, offset, size); in pt_mk_section_list()