Home
last modified time | relevance | path

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

/freebsd-src/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c348 errcode = pt_section_unmap(NULL); in unmap_null()
465 errcode = pt_section_unmap(sfix->section); in map_put()
482 errcode = pt_section_unmap(sfix->section); in unmap_nomap()
635 errcode = pt_section_unmap(sfix->section); in map_unmap()
638 errcode = pt_section_unmap(sfix->section); in map_unmap()
669 errcode = pt_section_unmap(sfix->section); in attach_map()
672 errcode = pt_section_unmap(sfix->section); in attach_map()
756 status = pt_section_unmap(sfix->section); in read()
785 status = pt_section_unmap(sfix->section); in read_null()
812 status = pt_section_unmap(sfix->section); in read_offset()
[all …]
H A Dptunit-image_section_cache.c84 extern int pt_section_unmap(struct pt_section *section);
391 int pt_section_unmap(struct pt_section *section) in pt_section_unmap() function
1243 status = pt_section_unmap(cfix->section[0]); in lru_map()
1291 status = pt_section_unmap(cfix->section[0]); in lru_map_nodup()
1297 status = pt_section_unmap(cfix->section[0]); in lru_map_nodup()
1322 status = pt_section_unmap(cfix->section[0]); in lru_map_too_big()
1348 status = pt_section_unmap(cfix->section[0]); in lru_map_add_front()
1354 status = pt_section_unmap(cfix->section[1]); in lru_map_add_front()
1385 status = pt_section_unmap(cfix->section[0]); in lru_map_move_front()
1391 status = pt_section_unmap(cfix->section[1]); in lru_map_move_front()
[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.c369 int pt_section_unmap(struct pt_section *section) in pt_section_unmap() function
/freebsd-src/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.c220 errcode = pt_section_unmap(trash->section); in pt_iscache_lru_free()
294 (void) pt_section_unmap(section); in pt_isache_lru_new()
1037 errcode = pt_section_unmap(section); in pt_iscache_read()
H A Dpt_section.c591 int pt_section_unmap(struct pt_section *section) in pt_section_unmap() function
H A Dpt_image.c609 errcode = pt_section_unmap(section); in pt_image_read()
/freebsd-src/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h383 extern int pt_section_unmap(struct pt_section *section);
/freebsd-src/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c191 (void) pt_section_unmap(section); in pt_sec_posix_map_success()
/freebsd-src/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c224 (void) pt_section_unmap(section); in pt_sec_windows_map_success()