Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image.c487 return -pte_nomap; in pt_image_read_callback()
514 return -pte_nomap; in pt_image_check_msec()
520 errcode = -pte_nomap; in pt_image_check_msec()
554 if (errcode != -pte_nomap) in pt_image_fetch_section()
571 return -pte_nomap; in pt_image_fetch_section()
587 if (errcode != -pte_nomap) in pt_image_read()
614 if (status != -pte_nomap) in pt_image_read()
702 return -pte_nomap; in pt_image_validate()
713 return -pte_nomap; in pt_image_validate()
716 return -pte_nomap; in pt_image_validate()
[all …]
H A Dpt_error.c74 case pte_nomap: in pt_errstr()
H A Dpt_section.c605 errcode = -pte_nomap; in pt_section_unmap()
642 return -pte_nomap; in pt_section_read()
646 return -pte_nomap; in pt_section_read()
H A Dpt_section_file.c241 return -pte_nomap; in pt_sec_file_read()
H A Dpt_insn.c257 if (size == -pte_nomap) in pt_insn_decode_retry()
H A Dpt_insn_decoder.c1237 if (status != -pte_nomap) in pt_insn_decode_cached()
1278 if (isid != -pte_nomap) in pt_insn_msec_lookup()
1328 if (isid != -pte_nomap) in pt_insn_next()
H A Dpt_image_section_cache.c1018 return -pte_nomap; in pt_iscache_read()
H A Dpt_block_decoder.c2507 if (isid != -pte_nomap) in pt_blk_msec_lookup()
2542 if (isid != -pte_nomap) in pt_blk_proceed_no_event()
/freebsd/contrib/processor-trace/libipt/test/src/
H A 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()
H A Dptunit-image.c313 return -pte_nomap; in ifix_read()
317 return -pte_nomap; in ifix_read()
323 return -pte_nomap; in ifix_read()
375 return -pte_nomap; in pt_section_unmap()
387 return -pte_nomap; in pt_section_read()
407 return -pte_nomap; in image_readmem_callback()
544 ptu_int_eq(status, -pte_nomap); in read_empty()
1065 ptu_int_eq(status, -pte_nomap); in read_bad_asid()
1118 ptu_int_eq(status, -pte_nomap); in read_nomem()
1208 ptu_int_eq(status, -pte_nomap); in remove_section()
[all …]
H A Dptunit-section.c483 ptu_int_eq(errcode, -pte_nomap); in unmap_nomap()
883 ptu_int_eq(status, -pte_nomap); in read_nomem()
908 ptu_int_eq(status, -pte_nomap); in read_overflow()
933 ptu_int_eq(status, -pte_nomap); in read_overflow_32bit()
954 ptu_int_eq(status, -pte_nomap); in read_nomap()
987 ptu_int_eq(status, -pte_nomap); in read_unmap_map()
H A Dptunit-image_section_cache.c507 return -pte_nomap; in pt_section_read()
1207 ptu_int_eq(status, -pte_nomap); in read_bad_vaddr()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_mapped_section.h186 return -pte_nomap; in pt_msec_read()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h158 pte_nomap, enumerator
H A Dintel-pt.h.in158 pte_nomap, enumerator
1762 * Returns -pte_nomap if \@vaddr is not contained in section \@isid.
2180 * Returns -pte_nomap if the memory at the instruction address can't be read.
2460 * Returns -pte_nomap if the memory at the instruction address can't be read.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp81 return -pte_nomap; in ReadProcessMemory()