Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c993 int exec_prot, pp_prot, amr_prot, prot; in ppc_hash64_xlate() local
1140 pp_prot = ppc_hash64_pte_prot(mmu_idx, slb, pte); in ppc_hash64_xlate()
1147 prot = exec_prot & pp_prot & amr_prot; in ppc_hash64_xlate()
1160 } else if (PAGE_EXEC & ~pp_prot) { in ppc_hash64_xlate()
1169 if (need_prot & ~pp_prot) { in ppc_hash64_xlate()