Home
last modified time | relevance | path

Searched refs:PG_PS (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dminidump_machdep_base.c202 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()
H A Dpmap.c543 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 …]
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c3731 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 …]
H A Dminidump_machdep.c255 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()
H A Dxen-locore.S144 orl $(PG_V | PG_RW | PG_PS | PG_U), %edx
H A Dmp_machdep.c449 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in native_start_all_aps()
/f-stack/freebsd/i386/include/
H A Dpmap.h61 #define PG_PS 0x080 /* PS Page size (0=4k,1=4M) */ macro
/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c487 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U; in acpi_install_wakeup_handler()
/f-stack/freebsd/amd64/include/
H A Dpmap.h103 #define PG_PS X86_PG_PS macro
/f-stack/freebsd/x86/xen/
H A Dpv.c252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in hammer_time_xen_legacy()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2148 if (nlevels > 0 && (pte32 & PG_PS) != 0) in _vm_gla2gpa()
2230 if (nlevels > 0 && (pte & PG_PS) != 0) { in _vm_gla2gpa()