Searched refs:L2_S_PROT_W (Results 1 – 1 of 1) sorted by relevance
820 #define L2_S_PROT_MASK_xscale (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)830 #define L2_S_PROT_MASK_armv7 (L2_S_PROT_U|L2_S_PROT_W|L2_S_PROT_RO)891 #define L2_S_PROT_W pte_l2_s_prot_w macro918 #define L2_S_PROT_W L2_S_PROT_W_generic macro945 #define L2_S_PROT_W L2_S_PROT_W_armv6n macro976 #define L2_S_PROT_W L2_S_PROT_W_generic macro1003 #define L2_S_PROT_W L2_S_PROT_W_xscale macro1030 #define L2_S_PROT_W L2_S_PROT_W_armv7 macro1065 #define l2pte_writable_p(pte) (((pte) & L2_S_PROT_W) == L2_S_PROT_W && \1094 L2_S_PROT_U | (((pr) & VM_PROT_WRITE) ? L2_S_PROT_W : 0) \[all …]