Lines Matching refs:mcache
167 struct pt_msec_cache mcache; member
207 struct pt_msec_cache mcache; in read_null() local
214 status = pt_msec_cache_read(&mcache, NULL, &image, 0ull); in read_null()
217 status = pt_msec_cache_read(&mcache, &msec, NULL, 0ull); in read_null()
226 struct pt_msec_cache mcache; in fill_null() local
231 memset(&mcache, 0, sizeof(mcache)); in fill_null()
236 status = pt_msec_cache_fill(&mcache, NULL, &image, &asid, 0ull); in fill_null()
239 status = pt_msec_cache_fill(&mcache, &msec, NULL, &asid, 0ull); in fill_null()
242 status = pt_msec_cache_fill(&mcache, &msec, &image, NULL, 0ull); in fill_null()
253 status = pt_msec_cache_invalidate(&tfix->mcache); in invalidate()
256 section = pt_msec_section(&tfix->mcache.msec); in invalidate()
272 status = pt_msec_cache_read(&tfix->mcache, &msec, &tfix->image, 0ull); in read_nomap()
285 status = pt_msec_cache_read(&tfix->mcache, &msec, &tfix->image, 0ull); in read()
288 ptu_ptr_eq(msec, &tfix->mcache.msec); in read()
305 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill_nomap()
309 section = pt_msec_section(&tfix->mcache.msec); in fill_nomap()
326 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill()
330 ptu_ptr_eq(msec, &tfix->mcache.msec); in fill()
344 memset(&tfix->mcache, 0, sizeof(tfix->mcache)); in sfix_init()
363 tfix->mcache.msec.section = &tfix->section; in cfix_init()