Searched refs:PG_PS (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/stand/i386/libi386/
H A Delf64_freebsd.c51 #define PG_PS 0x080 macro
106 PT2[i] |= PG_V | PG_RW | PG_PS;
/freebsd-13-stable/lib/libkvm/
H A Dkvm_amd64.h82 _Static_assert(PG_PS == AMD64_PG_PS, "PG_PS mismatch");
H A Dkvm_i386.h76 _Static_assert(PG_PS == I386_PG_PS, "PG_PS mismatch");
/freebsd-13-stable/stand/userboot/userboot/
H A Delf64_freebsd.c63 #define PG_PS 0x080 macro
137 PT2[i] |= PG_V | PG_RW | PG_PS;
/freebsd-13-stable/sys/i386/i386/
H A Dminidump_machdep_base.c202 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
297 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
H A Dpmap.c220 static int pseflag = 0; /* PG_PS or-in */
543 pseflag = PG_PS;
549 IdlePTD[a >> PDRSHIFT] = a | PG_PS | PG_A | PG_M |
1192 if ((newpde & PG_PS) == 0)
1519 if (*pde & PG_PS)
1580 if (*pde & PG_PS)
1617 if (*pde & PG_PS)
1675 if ((pa = pte_load(&PTD[va >> PDRSHIFT])) & PG_PS) {
1708 if ((pde & PG_PS) != 0)
1737 if (pde & PG_PS) {
[all...]
/freebsd-13-stable/sys/amd64/amd64/
H A Dminidump_machdep.c255 if ((pdp[i] & PG_PS) != 0) {
273 if ((pd[j] & PG_PS) != 0) {
388 if ((pdp[i] & PG_PS) != 0) {
H A Dpmap.c1406 KASSERT((*pdpe & PG_PS) == 0,
1423 KASSERT((*pdpe & PG_PS) == 0,
1434 KASSERT((*pde & PG_PS) == 0,
1451 if ((*pde & PG_PS) != 0) /* compat with i386 pmap_pte() */
1690 pd_p[i] = (i << PDRSHIFT) | X86_PG_V | PG_PS | pg_g |
1718 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g |
1725 pdp_p[i] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g |
1741 pd_p[i] = (i << PDRSHIFT) | X86_PG_V | PG_PS | pg_g |
1965 * to its overload with PG_PS.
2681 if ((newpde & PG_PS)
[all...]
H A Dxen-locore.S140 /* PT2[i] = i * 2MiB | PG_V | PG_RW | PG_PS | PG_U */
144 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;
/freebsd-13-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c183 PT2[i] |= PG_V | PG_RW | PG_PS;
/freebsd-13-stable/sys/i386/include/
H A Dpmap.h61 #define PG_PS 0x080 /* PS Page size (0=4k,1=4M) */ macro
/freebsd-13-stable/sys/x86/acpica/
H A Dacpi_wakeup.c487 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-13-stable/sys/amd64/include/
H A Dpmap.h103 #define PG_PS X86_PG_PS macro
/freebsd-13-stable/sys/x86/xen/
H A Dpv.c252 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2148 if (nlevels > 0 && (pte32 & PG_PS) != 0)
2230 if (nlevels > 0 && (pte & PG_PS) != 0) {

Completed in 143 milliseconds