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

/freebsd-12-stable/sys/arm/include/
H A Dpte-v6.h263 #define PTE2_NX L2_NX /* Not executable */ macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c184 PTE2_NX | PTE2_RO | PTE2_U | PTE2_W | \
198 (((l2_attr) & PTE2_NX) ? PTE1_NX : 0) | \
210 (((l1_attr) & PTE1_NX) ? PTE2_NX : 0) | \
1060 l2_prot |= (prot & VM_PROT_EXECUTE) ? PTE2_X : PTE2_NX;
1404 l2prot |= (prot & VM_PROT_EXECUTE) ? PTE2_X : PTE2_NX;
3895 npte2 |= PTE2_NX;
4051 (opa != pa || (opte2 & PTE2_NX)))
4651 l2prot |= PTE2_NX;
4782 pte1_pa(opte1) != VM_PAGE_TO_PHYS(m) || (opte1 & PTE2_NX) != 0))
5066 npte2 |= PTE2_NX;
[all...]

Completed in 110 milliseconds