Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash32.c186 if (check_prot_access_type(*prot, access_type)) { in ppc_hash32_direct_store()
321 if (!check_prot_access_type(*protp, access_type)) { in ppc_hash32_xlate()
389 if (!check_prot_access_type(prot, access_type)) { in ppc_hash32_xlate()
H A Dmmu-booke.c117 if (check_prot_access_type(*prot, access_type)) { in mmu40x_get_physical_address()
179 if (check_prot_access_type(*prot, access_type)) { in mmubooke_check_tlb()
381 if (check_prot_access_type(*prot, access_type)) { in mmubooke206_check_tlb()
H A Dinternal.h240 static inline int check_prot_access_type(int prot, MMUAccessType access_type) in check_prot_access_type() function
H A Dmmu_common.c136 if (check_prot_access_type(*prot, access_type)) { in ppc6xx_tlb_check()
226 if (check_prot_access_type(*prot, access_type)) { in get_bat_6xx_tlb()
H A Dmmu-radix64.c262 if (!check_prot_access_type(*prot, access_type)) { in ppc_radix64_check_prot()
H A Dmmu-hash64.c1142 need_prot = check_prot_access_type(PAGE_RWX, access_type); in ppc_hash64_xlate()