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

/freebsd-current/sys/arm/include/
H A Dpte.h274 /* PTE2 attributes to TEX class index: (TEX0 C B) */
285 * PTE2 descriptors creation macros.
290 #define PTE2(pa, ap, attr) (PTE2_PA(pa) | (ap) | (attr) | PTE2_AP_COMMON) macro
292 #define PTE2_KERN(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_G, attr)
293 #define PTE2_KERN_NG(pa, ap, attr) PTE2(pa, (ap) | PTE2_A | PTE2_NG, attr)
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c177 * 4KB (PTE2) page mappings have identical settings for the following fields:
212 * PTE2 descriptors creation macros.
3429 * Examine the first PTE2 in the specified PT2. Abort if this PTE2 is
3459 * PTE2 maps an unexpected 4KB physical page or does not have identical
3460 * characteristics to the first PTE2.
3862 npte2 = PTE2(pa, PTE2_A, vm_page_pte2_attr(m));
4634 pte2_store(pte2p, PTE2(pa, l2prot, vm_page_pte2_attr(m)));
5612 ("%s: invalid PTE2", __func__));
5984 KASSERT(pte2_load(pte2p) == 0, ("%s: PTE2 bus
[all...]

Completed in 71 milliseconds