Searched refs:pte_nomap (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/contrib/processor-trace/libipt/src/ |
| D | pt_image.c | 482 return -pte_nomap; in pt_image_read_callback() 509 return -pte_nomap; in pt_image_check_msec() 515 errcode = -pte_nomap; in pt_image_check_msec() 549 if (errcode != -pte_nomap) in pt_image_fetch_section() 566 return -pte_nomap; in pt_image_fetch_section() 582 if (errcode != -pte_nomap) in pt_image_read() 609 if (status != -pte_nomap) in pt_image_read() 697 return -pte_nomap; in pt_image_validate() 708 return -pte_nomap; in pt_image_validate() 711 return -pte_nomap; in pt_image_validate() [all …]
|
| D | pt_error.c | 74 case pte_nomap: in pt_errstr()
|
| D | pt_section.c | 594 errcode = -pte_nomap; in pt_section_unmap() 631 return -pte_nomap; in pt_section_read() 635 return -pte_nomap; in pt_section_read()
|
| D | pt_section_file.c | 241 return -pte_nomap; in pt_sec_file_read()
|
| D | pt_insn.c | 256 if (size == -pte_nomap) in pt_insn_decode_retry()
|
| D | pt_insn_decoder.c | 1233 if (status != -pte_nomap) in pt_insn_decode_cached() 1274 if (isid != -pte_nomap) in pt_insn_msec_lookup() 1324 if (isid != -pte_nomap) in pt_insn_next()
|
| D | pt_image_section_cache.c | 1013 return -pte_nomap; in pt_iscache_read()
|
| D | pt_block_decoder.c | 2503 if (isid != -pte_nomap) in pt_blk_msec_lookup() 2538 if (isid != -pte_nomap) in pt_blk_proceed_no_event()
|
| /freebsd-12-stable/contrib/processor-trace/libipt/test/src/ |
| D | ptunit-msec_cache.c | 131 return -pte_nomap; in pt_image_validate() 134 return -pte_nomap; in pt_image_validate() 151 return -pte_nomap; in pt_image_find() 273 ptu_int_eq(status, -pte_nomap); in read_nomap() 307 ptu_int_eq(status, -pte_nomap); in fill_nomap()
|
| D | ptunit-image.c | 312 return -pte_nomap; in ifix_read() 316 return -pte_nomap; in ifix_read() 322 return -pte_nomap; in ifix_read() 374 return -pte_nomap; in pt_section_unmap() 386 return -pte_nomap; in pt_section_read() 406 return -pte_nomap; in image_readmem_callback() 543 ptu_int_eq(status, -pte_nomap); in read_empty() 1064 ptu_int_eq(status, -pte_nomap); in read_bad_asid() 1117 ptu_int_eq(status, -pte_nomap); in read_nomem() 1207 ptu_int_eq(status, -pte_nomap); in remove_section() [all …]
|
| D | ptunit-section.c | 468 ptu_int_eq(errcode, -pte_nomap); in unmap_nomap() 853 ptu_int_eq(status, -pte_nomap); in read_nomem() 877 ptu_int_eq(status, -pte_nomap); in read_overflow() 901 ptu_int_eq(status, -pte_nomap); in read_overflow_32bit() 921 ptu_int_eq(status, -pte_nomap); in read_nomap() 953 ptu_int_eq(status, -pte_nomap); in read_unmap_map()
|
| D | ptunit-image_section_cache.c | 505 return -pte_nomap; in pt_section_read() 1203 ptu_int_eq(status, -pte_nomap); in read_bad_vaddr()
|
| /freebsd-12-stable/contrib/processor-trace/libipt/internal/include/ |
| D | pt_mapped_section.h | 186 return -pte_nomap; in pt_msec_read()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| D | IntelPTDecoder.cpp | 175 return -pte_nomap; in ReadProcessMemory()
|
| /freebsd-12-stable/contrib/processor-trace/libipt/include/ |
| D | intel-pt.h | 157 pte_nomap, enumerator
|
| D | intel-pt.h.in | 157 pte_nomap, enumerator 1739 * Returns -pte_nomap if \@vaddr is not contained in section \@isid. 2157 * Returns -pte_nomap if the memory at the instruction address can't be read. 2437 * Returns -pte_nomap if the memory at the instruction address can't be read.
|