Searched refs:pt_mapped_section (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_mapped_section.h | 39 struct pt_mapped_section { struct 65 static inline void pt_msec_init(struct pt_mapped_section *msec, in pt_msec_init() argument 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() [all …]
|
H A D | pt_msec_cache.h | 50 struct pt_mapped_section msec; 76 const struct pt_mapped_section **pmsec, 91 const struct pt_mapped_section **pmsec,
|
H A D | pt_image.h | 45 struct pt_mapped_section section; 122 extern int pt_image_find(struct pt_image *image, struct pt_mapped_section *msec, 137 const struct pt_mapped_section *msec,
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-mapped_section.c | 38 struct pt_mapped_section msec; in begin() 52 struct pt_mapped_section msec; in end() 66 struct pt_mapped_section msec; in offset() 80 struct pt_mapped_section msec; in size() 94 struct pt_mapped_section msec; in asid() 114 struct pt_mapped_section msec; in asid_null() 129 struct pt_mapped_section msec; in map() 142 struct pt_mapped_section msec; in unmap() 156 struct pt_mapped_section msec; in section() 169 struct pt_mapped_section msec; in section_null()
|
H A D | ptunit-msec_cache.c | 113 extern int pt_image_validate(struct pt_image *, struct pt_mapped_section *, 115 extern int pt_image_find(struct pt_image *, struct pt_mapped_section *, 118 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() 225 const struct pt_mapped_section *msec; in fill_null() 267 const struct pt_mapped_section *msec; in read_nomap() 281 const struct pt_mapped_section *msec; in read() 298 const struct pt_mapped_section *msec; in fill_nomap() 321 const struct pt_mapped_section *msec; in fill()
|
H A D | ptunit-image.c | 1904 struct pt_mapped_section msec; in find_null() 1923 struct pt_mapped_section msec; in find() 1939 struct pt_mapped_section msec; in find_asid() 1971 struct pt_mapped_section msec; in find_bad_asid() 1982 struct pt_mapped_section msec; in find_nomem() 1993 struct pt_mapped_section msec; in validate_null() 2007 struct pt_mapped_section msec; in validate() 2024 struct pt_mapped_section msec; in validate_bad_asid() 2043 struct pt_mapped_section msec; in validate_bad_vaddr() 2062 struct pt_mapped_section msec; in validate_bad_offset() [all …]
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_msec_cache.c | 77 const struct pt_mapped_section **pmsec, in pt_msec_cache_read() 80 struct pt_mapped_section *msec; in pt_msec_cache_read() 100 const struct pt_mapped_section **pmsec, in pt_msec_cache_fill() 104 struct pt_mapped_section *msec; in pt_msec_cache_fill()
|
H A D | pt_image.c | 179 const struct pt_mapped_section *msec; in pt_image_add() 276 struct pt_mapped_section *msec; in pt_image_remove() 388 struct pt_mapped_section *msec; in pt_image_remove_by_filename() 438 struct pt_mapped_section *msec; in pt_image_remove_by_asid() 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() 577 struct pt_mapped_section *msec; in pt_image_read() 656 int pt_image_find(struct pt_image *image, struct pt_mapped_section *usec, in pt_image_find() 659 struct pt_mapped_section *msec; in pt_image_find() 688 const struct pt_mapped_section *usec, uint64_t vaddr, in pt_image_validate()
|
H A D | pt_block_decoder.c | 675 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() 2469 const struct pt_mapped_section **pmsec) in pt_blk_msec_fill() 2471 const struct pt_mapped_section *msec; in pt_blk_msec_fill() 2497 const struct pt_mapped_section **pmsec) in pt_blk_msec_lookup() 2532 const struct pt_mapped_section *msec; in pt_blk_proceed_no_event()
|
H A D | pt_insn_decoder.c | 1215 const struct pt_mapped_section *msec, in pt_insn_decode_cached() 1262 const struct pt_mapped_section **pmsec) in pt_insn_msec_lookup() 1291 const struct pt_mapped_section *msec; in pt_insn_next()
|