Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_section.c378 uint64_t msize, bcsize; in pt_section_memsize_locked() local
398 errcode = pt_section_bcache_memsize(section, &bcsize); in pt_section_memsize_locked()
402 *psize = msize + bcsize; in pt_section_memsize_locked()
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c47 uint64_t bcsize; member
400 section->bcsize = 0ull; in pt_section_unmap()
430 if (section->bcsize) in pt_section_request_bcache()
433 section->bcsize = section->size * 3; in pt_section_request_bcache()
434 memsize = section->size + section->bcsize; in pt_section_request_bcache()
487 *size = section->mcount ? section->size + section->bcsize : 0ull; in pt_section_memsize()