Home
last modified time | relevance | path

Searched refs:bcsize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c389 uint64_t msize, bcsize; in pt_section_memsize_locked() local
409 errcode = pt_section_bcache_memsize(section, &bcsize); in pt_section_memsize_locked()
413 *psize = msize + bcsize; in pt_section_memsize_locked()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c47 uint64_t bcsize; member
402 section->bcsize = 0ull; in pt_section_unmap()
432 if (section->bcsize) in pt_section_request_bcache()
435 section->bcsize = section->size * 3; in pt_section_request_bcache()
436 memsize = section->size + section->bcsize; in pt_section_request_bcache()
489 *size = section->mcount ? section->size + section->bcsize : 0ull; in pt_section_memsize()