Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmmu-hash64.c951 int exec_prot, pp_prot, amr_prot, prot; in ppc_hash64_xlate() local
1097 amr_prot = ppc_hash64_amr_prot(cpu, pte); in ppc_hash64_xlate()
1098 prot = exec_prot & pp_prot & amr_prot; in ppc_hash64_xlate()
1114 if (PAGE_EXEC & ~amr_prot) { in ppc_hash64_xlate()
1126 if (need_prot & ~amr_prot) { in ppc_hash64_xlate()