Searched refs:EXCP_ITLB_MISS (Results 1 – 3 of 3) sorted by relevance
222 [EXCP_ITLB_MISS] = "instruction tlb miss fault", in hppa_cpu_do_interrupt()
69 #define EXCP_ITLB_MISS 6 /* itlb miss / instruction page fault */ macro
235 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()