Home
last modified time | relevance | path

Searched refs:pt_iscache_read (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/processor-trace/libipt/test/src/
HDptunit-image_section_cache.c733 errcode = pt_iscache_read(NULL, &buffer, sizeof(buffer), 1ull, 0ull); in read_null()
736 errcode = pt_iscache_read(&iscache, NULL, sizeof(buffer), 1ull, 0ull); in read_null()
739 errcode = pt_iscache_read(&iscache, &buffer, 0ull, 1, 0ull); in read_null()
1172 status = pt_iscache_read(&cfix->iscache, buffer, 2ull, isid, 0xa008ull); in read()
1189 status = pt_iscache_read(&cfix->iscache, buffer, sizeof(buffer), isid, in read_truncate()
1206 status = pt_iscache_read(&cfix->iscache, buffer, 1ull, isid, 0xb000ull); in read_bad_vaddr()
1221 status = pt_iscache_read(&cfix->iscache, buffer, 1ull, isid + 1, in read_bad_isid()
1266 status = pt_iscache_read(&cfix->iscache, buffer, 2ull, isid, 0xa008ull); in lru_read()
/freebsd-14-stable/contrib/processor-trace/libipt/include/
HDintel-pt.h1765 extern pt_export int pt_iscache_read(struct pt_image_section_cache *iscache,
HDintel-pt.h.in1765 extern pt_export int pt_iscache_read(struct pt_image_section_cache *iscache,
/freebsd-14-stable/contrib/processor-trace/libipt/src/
HDpt_image_section_cache.c1002 int pt_iscache_read(struct pt_image_section_cache *iscache, uint8_t *buffer, in pt_iscache_read() function