Home
last modified time | relevance | path

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

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