Home
last modified time | relevance | path

Searched refs:pte_overflow (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c45 return -pte_overflow; in pt_section_get()
60 return -pte_overflow; in pt_section_put()
79 return -pte_overflow; in pt_section_map()
98 return -pte_overflow; in pt_section_unmap()
H A Dptunit-section-file.c111 return -pte_overflow; in pt_section_map_success()
H A Dptunit-section.c378 ptu_int_eq(errcode, -pte_overflow); in get_overflow()
400 ptu_int_eq(errcode, -pte_overflow); in attach_overflow()
502 ptu_int_eq(errcode, -pte_overflow); in map_overflow()
727 ptu_int_eq(errcode, -pte_overflow); in attach_map_overflow()
H A Dptunit-image_section_cache.c289 return -pte_overflow; in pt_section_attach()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_error.c110 case pte_overflow: in pt_errstr()
H A Dpt_section.c194 return -pte_overflow; in pt_section_get()
296 return -pte_overflow; in pt_section_attach()
583 return -pte_overflow; in pt_section_map_share()
H A Dpt_image_section_cache.c307 return -pte_overflow; in pt_isache_lru_new()
H A Dpt_query_decoder.c2840 return -pte_overflow; in pt_qry_find_ovf_fup()
2844 return -pte_overflow; in pt_qry_find_ovf_fup()
/freebsd/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c173 return -pte_overflow; in pt_sec_posix_map_success()
/freebsd/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c206 return -pte_overflow; in pt_sec_windows_map_success()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h194 pte_overflow, enumerator
H A Dintel-pt.h.in194 pte_overflow, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp542 m_decoded_thread.AppendError(IntelPTError(-pte_overflow)); in ProcessPTEvents()