Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash32.h114 static inline int ppc_hash32_prot(bool key, int pp, bool nx) in ppc_hash32_prot() function
H A Dmmu-hash32.c387 prot = ppc_hash32_prot(key, pte.pte1 & HPTE32_R_PP, sr & SR32_NX); in ppc_hash32_xlate()
H A Dmmu_common.c135 *prot = ppc_hash32_prot(key, tlb->pte1 & HPTE32_R_PP, nx); in ppc6xx_tlb_check()