Home
last modified time | relevance | path

Searched refs:pte_nomap (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/src/
Dpt_image.c482 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 …]
Dpt_error.c74 case pte_nomap: in pt_errstr()
Dpt_section.c594 errcode = -pte_nomap; in pt_section_unmap()
631 return -pte_nomap; in pt_section_read()
635 return -pte_nomap; in pt_section_read()
Dpt_section_file.c241 return -pte_nomap; in pt_sec_file_read()
Dpt_insn.c256 if (size == -pte_nomap) in pt_insn_decode_retry()
Dpt_insn_decoder.c1233 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()
Dpt_image_section_cache.c1013 return -pte_nomap; in pt_iscache_read()
Dpt_block_decoder.c2503 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/
Dptunit-msec_cache.c131 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()
Dptunit-image.c312 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 …]
Dptunit-section.c468 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()
Dptunit-image_section_cache.c505 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/
Dpt_mapped_section.h186 return -pte_nomap; in pt_msec_read()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DIntelPTDecoder.cpp175 return -pte_nomap; in ReadProcessMemory()
/freebsd-12-stable/contrib/processor-trace/libipt/include/
Dintel-pt.h157 pte_nomap, enumerator
Dintel-pt.h.in157 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.