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