Searched refs:L2_L_PROT_W (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/arm/include/
H A Dpmap.h514 #define L2_L_PROT_W (L2_AP(AP_W)) macro
515 #define L2_L_PROT_MASK (L2_L_PROT_U|L2_L_PROT_W)
518 (((pr) & VM_PROT_WRITE) ? L2_L_PROT_W : 0))

Completed in 167 milliseconds