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

/freebsd-current/sys/arm/include/
H A Dpte.h235 * PTE1 descriptors creation macros.
240 #define PTE1(pa, ap, attr) (PTE1_PA(pa) | (ap) | (attr) | PTE1_AP_COMMON) macro
242 #define PTE1_KERN(pa, ap, attr) PTE1(pa, (ap) | PTE1_A | PTE1_G, attr)
243 #define PTE1_KERN_NG(pa, ap, attr) PTE1(pa, (ap) | PTE1_A | PTE1_NG, attr)
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c176 * Promotion to a 1MB (PTE1) page mapping requires that the corresponding
1355 * Share new kernel PTE1 with all pmaps.
1868 panic("%s: attempt to map PTE1", __func__);
1916 panic("%s: attempt to map PTE1", __func__);
3314 u_int update; /* CPU that updates the PTE1 */
3412 * read the PTE1 from the kernel pmap.
3495 * until the PTE1 mapping the section is demoted by pmap_demote_pte1()
3797 * Demote the mapping. This pmap is locked. The old PTE1 has
3798 * PTE1_A set. If the old PTE1 has not PTE1_RO set, it also
3811 * the mapping, the PTE1 mus
[all...]

Completed in 118 milliseconds