Searched refs:PG_PS (Results 1 – 11 of 11) sorted by relevance
202 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) { in minidumpsys()297 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) { in minidumpsys()
543 pseflag = PG_PS; in __CONCAT()1519 if (*pde & PG_PS) in __CONCAT()1580 if (*pde & PG_PS) in pmap_pte_quick()1617 if (*pde & PG_PS) in pmap_pte_quick3()1737 if (pde & PG_PS) { in __CONCAT()2187 if (ptepa & PG_PS) { in pmap_allocpte()2795 KASSERT((oldpde & (PG_PS | PG_V)) == (PG_PS | PG_V), in pmap_demote_pde()3911 PG_PS | PG_V; in pmap_enter_4mpage()4142 if (ptepa & PG_PS) in pmap_enter_quick_locked()5667 if (*pde & PG_PS) { in __CONCAT()[all …]
3731 if ((pde & PG_PS) != 0) { in pmap_extract_and_hold()3764 if (pde & PG_PS) { in pmap_kextract()4606 if (pd != NULL && (*pd & (PG_PS | PG_V)) == (PG_PS | PG_V)) { in pmap_allocpte()5682 KASSERT((oldpde & (PG_PS | PG_V)) == (PG_PS | PG_V), in pmap_demote_pde_locked()7017 PG_PS | PG_V; in pmap_enter_2mpage()7298 if (*ptepa & PG_PS) in pmap_enter_quick_locked()9069 KASSERT((oldpdpe & (PG_PS | PG_V)) == (PG_PS | PG_V), in pmap_demote_pdpe()9247 if (*pdpe & PG_PS) { in pmap_change_props_locked()9277 if (*pde & PG_PS) { in pmap_change_props_locked()9319 if (*pdpe & PG_PS) { in pmap_change_props_locked()[all …]
255 if ((pdp[i] & PG_PS) != 0) { in minidumpsys()273 if ((pd[j] & PG_PS) != 0) { in minidumpsys()388 if ((pdp[i] & PG_PS) != 0) { in minidumpsys()
144 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
449 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in native_start_all_aps()
61 #define PG_PS 0x080 /* PS Page size (0=4k,1=4M) */ macro
487 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()
103 #define PG_PS X86_PG_PS macro
252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in hammer_time_xen_legacy()
2148 if (nlevels > 0 && (pte32 & PG_PS) != 0) in _vm_gla2gpa()2230 if (nlevels > 0 && (pte & PG_PS) != 0) { in _vm_gla2gpa()