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

/freebsd-11.0-release/sys/boot/i386/libi386/
H A Delf64_freebsd.c52 #define PG_PS 0x080 macro
107 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/lib/libkvm/
H A Dkvm_amd64.h81 _Static_assert(PG_PS == AMD64_PG_PS, "PG_PS mismatch");
H A Dkvm_i386.h72 _Static_assert(PG_PS == I386_PG_PS, "PG_PS mismatch");
/freebsd-11.0-release/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c72 #define PG_PS 0x080 macro
184 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/boot/userboot/userboot/
H A Delf64_freebsd.c61 #define PG_PS 0x080 macro
135 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/i386/i386/
H A Ddb_interface.c99 if ((*ptep0 & PG_PS) == 0) {
H A Dminidump_machdep.c202 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
301 if ((pd[j] & (PG_PS | PG_V)) == (PG_PS | PG_V)) {
H A Dpmap.c206 int pseflag = 0; /* PG_PS or-in */
950 if ((newpde & PG_PS) == 0)
1351 if (*pde & PG_PS)
1411 if (*pde & PG_PS)
1458 if ((pde & PG_PS) != 0)
1491 if (pde & PG_PS) {
1603 newpde = start | PG_PS | pgeflag | PG_RW | PG_V;
1972 if (ptepa & PG_PS) {
2224 if ((*pde & PG_PS) != 0)
2632 KASSERT((oldpde & (PG_PS | PG_
[all...]
H A Dlocore.s753 movl $PG_PS, R(pseflag)
839 * a PG_PS mapping is not used.
880 orl $(PG_V|PG_RW|PG_PS), %eax
/freebsd-11.0-release/sys/amd64/amd64/
H A Ddb_interface.c99 if ((*ptep0 & PG_PS) == 0) {
H A Dminidump_machdep.c254 if ((pdp[i] & PG_PS) != 0) {
272 if ((pd[j] & PG_PS) != 0) {
389 if ((pdp[i] & PG_PS) != 0) {
H A Dpmap.c782 if ((*pde & PG_PS) != 0) /* compat with i386 pmap_pte() */
942 pd_p[i] = (i << PDRSHIFT) | X86_PG_RW | X86_PG_V | PG_PS |
963 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | X86_PG_G |
970 pdp_p[i] |= X86_PG_RW | X86_PG_V | PG_PS | X86_PG_G |
1472 if ((newpde & PG_PS) == 0)
1984 if ((*pdpe & PG_PS) != 0)
1989 if ((*pde & PG_PS) != 0) {
2027 if (pde & PG_PS) {
2063 if (pde & PG_PS) {
2641 if (pd != NULL && (*pd & (PG_PS | PG_
[all...]
H A Dmp_machdep.c326 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/i386/include/
H A Dpmap.h59 #define PG_PS 0x080 /* PS Page size (0=4k,1=4M) */ macro
246 if ((pa = PTD[va >> PDRSHIFT]) & PG_PS) {
/freebsd-11.0-release/sys/amd64/include/
H A Dpmap.h96 #define PG_PS X86_PG_PS macro
/freebsd-11.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c411 pt2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/x86/xen/
H A Dpv.c194 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U;
/freebsd-11.0-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1768 if (nlevels > 0 && (pte32 & PG_PS) != 0)
1842 if (nlevels > 0 && (pte & PG_PS) != 0) {

Completed in 214 milliseconds