Home
last modified time | relevance | path

Searched refs:EXCP_DTLB_MISS (Results 1 – 4 of 4) sorted by relevance

/qemu/target/hppa/
H A Dint_helper.c145 case EXCP_DTLB_MISS: in hppa_cpu_do_interrupt()
225 [EXCP_DTLB_MISS] = "data tlb miss fault", in hppa_cpu_do_interrupt()
H A Dmem_helper.c232 ret = (type == PAGE_EXEC) ? EXCP_ITLB_MISS : EXCP_DTLB_MISS; in hppa_get_physical_address()
349 return excp == EXCP_DTLB_MISS ? -1 : phys; in hppa_cpu_get_phys_page_debug()
684 if (excp == EXCP_DTLB_MISS) { in HELPER()
H A Dcpu.h77 #define EXCP_DTLB_MISS 15 /* dtlb miss / data page fault */ macro
H A Dop_helper.c341 if (excp == EXCP_DTLB_MISS) { in HELPER()