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

/freebsd-12-stable/sys/arm/include/
H A Dpmap-v4.h263 #define L2_S_PROTO (L2_TYPE_S) macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c1658 *ptep = (pte & ~L2_TYPE_MASK) | L2_S_PROTO | L2_S_PROT_W;
1683 *ptep = (pte & ~L2_TYPE_MASK) | L2_S_PROTO;
2190 *ptep = L2_S_PROTO | pa | cache_mode |
2425 *pte = L2_S_PROTO | pa | L2_S_PROT(PTE_KERNEL,
3043 npte |= L2_S_PROTO;
3498 pte = L2_S_PROTO | pa |
3726 *cdst_pte = L2_S_PROTO | phys | L2_S_PROT(PTE_KERNEL, VM_PROT_WRITE);
3893 *csrc_pte = L2_S_PROTO | src |
3896 *cdst_pte = L2_S_PROTO | dst |
3916 *csrc_pte = L2_S_PROTO | a_phy
[all...]

Completed in 111 milliseconds