Home
last modified time | relevance | path

Searched refs:PG_MANAGED (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpmap.h72 #define PG_MANAGED PG_AVAIL2 macro
86 #define PG_PTE_PROMOTE (PG_MANAGED | PG_W | PG_G | PG_PTE_PAT | \
/f-stack/freebsd/i386/i386/
H A Dpmap.c2920 if ((oldpde & PG_MANAGED) != 0) in pmap_demote_pde()
2995 if (oldpde & PG_MANAGED) { in pmap_remove_pde()
3050 if (oldpte & PG_MANAGED) { in pmap_remove_pte()
3600 if ((newpde & PG_MANAGED) != 0) in pmap_promote_pde()
3681 newpte |= PG_MANAGED; in __CONCAT()
3808 if ((newpte & PG_MANAGED) == 0) in __CONCAT()
3835 if ((newpte & PG_MANAGED) != 0) { in __CONCAT()
3913 newpde |= PG_MANAGED; in pmap_enter_4mpage()
4185 newpte |= PG_MANAGED; in pmap_enter_quick_locked()
5285 if ((*pte & (PG_MANAGED | PG_V)) != (PG_MANAGED | PG_V)) in __CONCAT()
[all …]
/f-stack/freebsd/amd64/include/
H A Dpmap.h116 #define PG_MANAGED X86_PG_AVAIL2 macro
128 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c5771 if ((oldpde & PG_MANAGED) != 0) in pmap_demote_pde_locked()
5795 if ((oldpde & PG_MANAGED) != 0) in pmap_demote_pde_locked()
5871 if (oldpde & PG_MANAGED) { in pmap_remove_pde()
5925 if (oldpte & PG_MANAGED) { in pmap_remove_pte()
6593 if ((newpde & PG_MANAGED) != 0) in pmap_promote_pde()
6784 newpte |= PG_MANAGED; in pmap_enter()
6910 if ((newpte & PG_MANAGED) == 0) in pmap_enter()
7019 newpde |= PG_MANAGED; in pmap_enter_2mpage()
7343 newpte |= PG_MANAGED; in pmap_enter_quick_locked()
8769 if ((*pte & (PG_MANAGED | PG_V)) != (PG_MANAGED | PG_V)) in pmap_advise()
[all …]