Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c81 errcode = pt_section_memsize(section, &memsize); in pt_iscache_notify_resize()
256 errcode = pt_section_memsize(NULL, &size); in memsize_null()
259 errcode = pt_section_memsize(sfix->section, NULL); in memsize_null()
262 errcode = pt_section_memsize(NULL, NULL); in memsize_null()
1237 errcode = pt_section_memsize(sfix->section, &memsize); in memsize_nomap()
1262 errcode = pt_section_memsize(sfix->section, &memsize); in memsize_unmap()
1286 errcode = pt_section_memsize(sfix->section, &memsize); in memsize_map_nobcache()
1315 errcode = pt_section_memsize(sfix->section, &memsize); in memsize_map_bcache()
H A Dptunit-image_section_cache.c90 extern int pt_section_memsize(struct pt_section *section, uint64_t *size);
484 int pt_section_memsize(struct pt_section *section, uint64_t *size) in pt_section_memsize() function
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h262 extern int pt_section_memsize(struct pt_section *section, uint64_t *size);
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c418 int pt_section_memsize(struct pt_section *section, uint64_t *size) in pt_section_memsize() function
H A Dpt_image_section_cache.c277 errcode = pt_section_memsize(section, &memsize); in pt_isache_lru_new()