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

/openbsd-current/sys/arch/i386/include/
H A Dpte.h63 #define PG_PS 0x00000080 /* 4MB page size (on pde) */ macro
/openbsd-current/sys/arch/amd64/amd64/
H A Ddb_memrw.c120 if (oldpte & PG_PS)
130 if (oldpte & PG_PS)
H A Dhibernate_machdep.c249 PG_RW | PG_V | PG_M | PG_PS | PG_U;
262 PG_RW | PG_V | PG_M | PG_PS | PG_U;
281 npde = (pa & PG_LGFRAME) | PG_RW | PG_V | PG_PS;
H A Dpmap.c465 if ((pde & (PG_PS|PG_V)) != PG_V)
512 if (opte & PG_PS)
513 panic("%s: PG_PS", __func__);
548 KASSERT((opte & PG_PS) == 0);
601 pte[(i * 512) + j] = curpa | PG_V | PG_RW | PG_PS;
792 *((pd_entry_t *)va) |= PG_RW | PG_V | PG_PS | pg_g_kern | PG_U |
852 PG_U | PG_M | pg_nx | PG_PS;
980 if (level < PTP_LEVELS - 1 && (*pde & PG_PS))
1563 if (level == 1 && (pte & (PG_PS|PG_V)) == (PG_PS|PG_
[all...]
H A Dlocore0.S502 1: orl $(PG_V|PG_KW|PG_PS), %eax
H A Dvmm_machdep.c3853 /* XXX: EINVAL if in 32bit and PG_PS is 1 but CR4.PSE is 0 */
3854 if (pte & PG_PS)
/openbsd-current/sys/arch/i386/i386/
H A Ddb_memrw.c93 if (bits & PG_PS) {
107 if (bits & PG_PS)
H A Dhibernate_machdep.c240 npde = (pa & HIB_PD_MASK) | PG_RW | PG_V | PG_M | PG_PS;
/openbsd-current/sys/arch/amd64/include/
H A Dpte.h119 #define PG_PS 0x0000000000000080UL /* 2MB page size (on pde) */ macro
H A Dpmap.h510 if (*pde & PG_PS)
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Dexec_i386.c259 if (cr3[idx] & PG_PS)
266 if (p[idx] & PG_PS)
273 if (p[idx] & PG_PS)
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c188 if ((e & PG_PS) && level == 2) {
192 } else if ((e & PG_PS) && level == 3) {
/openbsd-current/lib/libkvm/
H A Dkvm_amd64.c153 if ((pde & PG_PS) != 0) {
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Dexec_i386.c369 pml2[i] = (i << L2_SHIFT) | PG_V | PG_RW | PG_PS;
/openbsd-current/usr.sbin/vmd/
H A Dloadfile_elf.c212 ptes[i] = PG_V | PG_RW | PG_u | PG_PS | ((4096 * 1024) * i);
242 ptes[i] = PG_V | PG_RW | PG_u | PG_PS | ((2048 * 1024) * i);
H A Dvm.c2440 /* XXX: EINVAL if in 32bit and PG_PS is 1 but CR4.PSE is 0 */
2441 if (pte & PG_PS)

Completed in 297 milliseconds