Home
last modified time | relevance | path

Searched refs:L2_S_PROT_W (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/arch/arm/include/arm32/
H A Dpmap.h820 #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 macro
918 #define L2_S_PROT_W L2_S_PROT_W_generic macro
945 #define L2_S_PROT_W L2_S_PROT_W_armv6n macro
976 #define L2_S_PROT_W L2_S_PROT_W_generic macro
1003 #define L2_S_PROT_W L2_S_PROT_W_xscale macro
1030 #define L2_S_PROT_W L2_S_PROT_W_armv7 macro
1065 #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 …]