Home
last modified time | relevance | path

Searched refs:EXCP_ITLB_MISS (Results 1 – 3 of 3) sorted by relevance

/qemu/target/hppa/
H A Dint_helper.c222 [EXCP_ITLB_MISS] = "instruction tlb miss fault", in hppa_cpu_do_interrupt()
H A Dcpu.h69 #define EXCP_ITLB_MISS 6 /* itlb miss / instruction page fault */ macro
H A Dmem_helper.c235 ret = (type == PAGE_EXEC) ? EXCP_ITLB_MISS : EXCP_DTLB_MISS; in hppa_get_physical_address()
810 raise_exception_with_ior(env, EXCP_ITLB_MISS, GETPC(), gva, false); in HELPER()