Home
last modified time | relevance | path

Searched refs:amr_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
1143 amr_prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in ppc_hash64_xlate()
1145 amr_prot = ppc_hash64_amr_prot(cpu, pte); in ppc_hash64_xlate()
1147 prot = exec_prot & pp_prot & amr_prot; in ppc_hash64_xlate()
1163 if (PAGE_EXEC & ~amr_prot) { in ppc_hash64_xlate()
1175 if (need_prot & ~amr_prot) { in ppc_hash64_xlate()