Home
last modified time | relevance | path

Searched refs:pt_section_unmap (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c339 errcode = pt_section_unmap(NULL); in unmap_null()
451 errcode = pt_section_unmap(sfix->section); in map_put()
467 errcode = pt_section_unmap(sfix->section); in unmap_nomap()
731 status = pt_section_unmap(sfix->section); in read()
759 status = pt_section_unmap(sfix->section); in read_null()
785 status = pt_section_unmap(sfix->section); in read_offset()
809 status = pt_section_unmap(sfix->section); in read_truncated()
833 status = pt_section_unmap(sfix->section); in read_from_truncated()
856 status = pt_section_unmap(sfix->section); in read_nomem()
1014 (void) pt_section_unmap(sfix->section); in worker_read()
[all …]
H A Dptunit-image_section_cache.c1239 status = pt_section_unmap(cfix->section[0]); in lru_map()
1287 status = pt_section_unmap(cfix->section[0]); in lru_map_nodup()
1293 status = pt_section_unmap(cfix->section[0]); in lru_map_nodup()
1318 status = pt_section_unmap(cfix->section[0]); in lru_map_too_big()
1344 status = pt_section_unmap(cfix->section[0]); in lru_map_add_front()
1350 status = pt_section_unmap(cfix->section[1]); in lru_map_add_front()
1381 status = pt_section_unmap(cfix->section[0]); in lru_map_move_front()
1768 (void) pt_section_unmap(section); in worker_map_bcache()
1773 status = pt_section_unmap(section); in worker_map_bcache()
1807 errcode = pt_section_unmap(section); in worker_add_map()
[all …]
H A Dptunit-section-file.c122 (void) pt_section_unmap(section); in pt_section_map_success()
H A Dptunit-msec_cache.c85 int pt_section_unmap(struct pt_section *section) in pt_section_unmap() function
H A Dptunit-image.c368 int pt_section_unmap(struct pt_section *section) in pt_section_unmap() function
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c67 errcode = pt_section_unmap(section); in pt_msec_cache_invalidate()
H A Dpt_image_section_cache.c216 errcode = pt_section_unmap(trash->section); in pt_iscache_lru_free()
290 (void) pt_section_unmap(section); in pt_isache_lru_new()
1032 errcode = pt_section_unmap(section); in pt_iscache_read()
H A Dpt_section.c580 int pt_section_unmap(struct pt_section *section) in pt_section_unmap() function
H A Dpt_image.c604 errcode = pt_section_unmap(section); in pt_image_read()
/freebsd-12.1/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h378 extern int pt_section_unmap(struct pt_section *section);
/freebsd-12.1/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c186 (void) pt_section_unmap(section); in pt_sec_posix_map_success()
/freebsd-12.1/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c224 (void) pt_section_unmap(section); in pt_sec_windows_map_success()