Searched refs:MMU_IDX_MMU_DISABLED (Results 1 – 5 of 5) sorted by relevance
208 if (MMU_IDX_MMU_DISABLED(mmu_idx)) { in hppa_get_physical_address()423 MMU_IDX_MMU_DISABLED(mmu_idx)); in hppa_cpu_do_transaction_failed()457 MMU_IDX_MMU_DISABLED(mmu_idx)); in hppa_cpu_tlb_fill_align()
160 hppa_set_ior_and_isr(env, addr, MMU_IDX_MMU_DISABLED(mmu_idx)); in hppa_cpu_do_unaligned_access()
40 #define MMU_IDX_MMU_DISABLED(MIDX) ((MIDX) < MMU_KERNEL_IDX) macro
340 hppa_set_ior_and_isr(env, addr, MMU_IDX_MMU_DISABLED(mmu_idx)); in HELPER()
102 #define MMU_DISABLED(C) MMU_IDX_MMU_DISABLED((C)->mmu_idx)