Lines Matching refs:L2_S_PROT_U
822 #define L2_S_PROT_MASK_generic (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
827 #define L2_S_PROT_MASK_xscale (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
832 #define L2_S_PROT_MASK_armv6n (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
837 #define L2_S_PROT_MASK_armv7 (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
897 #define L2_S_PROT_U pte_l2_s_prot_u
924 #define L2_S_PROT_U L2_S_PROT_U_generic
951 #define L2_S_PROT_U L2_S_PROT_U_armv6n
982 #define L2_S_PROT_U L2_S_PROT_U_generic
1009 #define L2_S_PROT_U L2_S_PROT_U_xscale
1036 #define L2_S_PROT_U L2_S_PROT_U_armv7
1101 L2_S_PROT_U | (((pr) & VM_PROT_WRITE) ? L2_S_PROT_W : 0) \