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

/freebsd-13-stable/sys/mips/include/
H A Dpte.h157 #define PTE_MANAGED ((pt_entry_t)0x04 << TLBLO_SWBITS_SHIFT) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h274 #define PTE_MANAGED 0x00000002 /* Managed */ macro
307 #define PTE_ISMANAGED(pte) ((*pte) & PTE_MANAGED)
/freebsd-13-stable/sys/mips/mips/
H A Dpmap.c1788 if (pte_test(&oldpte, PTE_MANAGED)) {
2078 if (pte_test(&pbits, PTE_MANAGED)) {
2141 newpte |= PTE_MANAGED;
2200 if (pte_test(&origpte, PTE_MANAGED)) {
2221 if (pte_test(&origpte, PTE_MANAGED)) {
2230 if (!pte_test(&newpte, PTE_MANAGED))
2250 if (pte_test(&newpte, PTE_MANAGED)) {
2282 if (pte_test(&origpte, PTE_MANAGED))
2409 npte |= PTE_MANAGED;
3118 if (!pte_test(pte, PTE_MANAGED | PTE_
[all...]
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap_64.c485 flags |= PTE_MANAGED;
H A Dpmap_32.c547 flags |= PTE_MANAGED;
H A Dpmap.c1328 if ((flags & PTE_MANAGED) != 0)

Completed in 106 milliseconds