Searched refs:pt_iscache_read (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/processor-trace/libipt/test/src/ |
| D | ptunit-image_section_cache.c | 729 errcode = pt_iscache_read(NULL, &buffer, sizeof(buffer), 1ull, 0ull); in read_null() 732 errcode = pt_iscache_read(&iscache, NULL, sizeof(buffer), 1ull, 0ull); in read_null() 735 errcode = pt_iscache_read(&iscache, &buffer, 0ull, 1, 0ull); in read_null() 1168 status = pt_iscache_read(&cfix->iscache, buffer, 2ull, isid, 0xa008ull); in read() 1185 status = pt_iscache_read(&cfix->iscache, buffer, sizeof(buffer), isid, in read_truncate() 1202 status = pt_iscache_read(&cfix->iscache, buffer, 1ull, isid, 0xb000ull); in read_bad_vaddr() 1217 status = pt_iscache_read(&cfix->iscache, buffer, 1ull, isid + 1, in read_bad_isid() 1262 status = pt_iscache_read(&cfix->iscache, buffer, 2ull, isid, 0xa008ull); in lru_read()
|
| /freebsd-12-stable/contrib/processor-trace/libipt/include/ |
| D | intel-pt.h | 1742 extern pt_export int pt_iscache_read(struct pt_image_section_cache *iscache,
|
| D | intel-pt.h.in | 1742 extern pt_export int pt_iscache_read(struct pt_image_section_cache *iscache,
|
| /freebsd-12-stable/contrib/processor-trace/libipt/src/ |
| D | pt_image_section_cache.c | 997 int pt_iscache_read(struct pt_image_section_cache *iscache, uint8_t *buffer, in pt_iscache_read() function
|