Home
last modified time | relevance | path

Searched refs:pt_iscache_notify_map (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h186 extern int pt_iscache_notify_map(struct pt_image_section_cache *iscache,
/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_section.c553 status = pt_iscache_notify_map(iscache, section); in pt_section_on_map_lock()
H A Dpt_image_section_cache.c1050 int pt_iscache_notify_map(struct pt_image_section_cache *iscache, in pt_iscache_notify_map() function
/freebsd-14.2/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c46 extern int pt_iscache_notify_map(struct pt_image_section_cache *iscache,
51 int pt_iscache_notify_map(struct pt_image_section_cache *iscache, in pt_iscache_notify_map() function
H A Dptunit-image_section_cache.c361 status = pt_iscache_notify_map(iscache, section); in pt_section_map()