Lines Matching refs:L2_S_PROT_RO
819 #define L2_S_PROT_MASK_generic (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
824 #define L2_S_PROT_MASK_xscale (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
829 #define L2_S_PROT_MASK_armv6n (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
834 #define L2_S_PROT_MASK_armv7 (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)
896 #define L2_S_PROT_RO pte_l2_s_prot_ro macro
923 #define L2_S_PROT_RO L2_S_PROT_RO_generic macro
950 #define L2_S_PROT_RO L2_S_PROT_RO_armv6n macro
981 #define L2_S_PROT_RO L2_S_PROT_RO_generic macro
1008 #define L2_S_PROT_RO L2_S_PROT_RO_xscale macro
1035 #define L2_S_PROT_RO L2_S_PROT_RO_armv7 macro
1066 #define l2pte_set_writable(pte) (((pte) & ~L2_S_PROT_RO) | L2_S_PROT_W)
1067 #define l2pte_set_readonly(pte) (((pte) & ~L2_S_PROT_W) | L2_S_PROT_RO)
1070 (L2_S_PROT_RO == 0 || \
1071 ((pte) & L2_S_PROT_RO) != L2_S_PROT_RO))
1100 (((L2_S_PROT_RO && \
1102 L2_S_PROT_RO : L2_S_PROT_W))) \