Home
last modified time | relevance | path

Searched refs:MMU_IDX_TO_P (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dcpu.h42 #define MMU_IDX_TO_P(MIDX) (((MIDX) - MMU_KERNEL_IDX) & 1) macro
H A Dmem_helper.c277 if (ent->access_id && MMU_IDX_TO_P(mmu_idx)) { in hppa_get_physical_address()