Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c994 int need_prot; in ppc_hash64_xlate() local
1149 need_prot = check_prot_access_type(PAGE_RWX, access_type); in ppc_hash64_xlate()
1150 if (need_prot & ~prot) { in ppc_hash64_xlate()
1169 if (need_prot & ~pp_prot) { in ppc_hash64_xlate()
1175 if (need_prot & ~amr_prot) { in ppc_hash64_xlate()