Searched refs:check_prot_access_type (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash32.c | 186 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 D | mmu-booke.c | 117 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 D | internal.h | 240 static inline int check_prot_access_type(int prot, MMUAccessType access_type) in check_prot_access_type() function
|
H A D | mmu_common.c | 136 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 D | mmu-radix64.c | 262 if (!check_prot_access_type(*prot, access_type)) { in ppc_radix64_check_prot()
|
H A D | mmu-hash64.c | 1142 need_prot = check_prot_access_type(PAGE_RWX, access_type); in ppc_hash64_xlate()
|