Searched refs:s2ap (Results 1 – 3 of 3) sorted by relevance
78 #define is_permission_fault_s2(s2ap, perm) \ argument79 (!(((s2ap) & (perm)) == (perm)))
601 uint8_t s2ap; in smmu_ptw_64_s2() local641 s2ap = PTE_AP(pte); in smmu_ptw_64_s2()642 if (is_permission_fault_s2(s2ap, perm)) { in smmu_ptw_64_s2()659 tlbe->parent_perm = s2ap; in smmu_ptw_64_s2()
1301 static int get_S2prot_noexecute(int s2ap) in get_S2prot_noexecute() argument1305 if (s2ap & 1) { in get_S2prot_noexecute()1308 if (s2ap & 2) { in get_S2prot_noexecute()1314 static int get_S2prot(CPUARMState *env, int s2ap, int xn, bool s1_is_el0) in get_S2prot() argument1316 int prot = get_S2prot_noexecute(s2ap); in get_S2prot()