Searched refs:INTEL_PTE_PS (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dhibernate_restore.c84 phys = ((phys & ~((uint64_t)I386_LPGMASK)) | INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE);
H A Didle_pt.c50 #define ID_MAP_2MEG(x) [(x)] = ((((uint64_t)(x)) << 21) | (INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE)),
H A Dpmap_x86_common.c311 if (pde & INTEL_PTE_PS) {
518 if (superpage && *pte && !(*pte & INTEL_PTE_PS)) {
592 template |= INTEL_PTE_PS; /* to change the page size! */
795 template |= INTEL_PTE_PS;
1069 if (*pde & INTEL_PTE_PS) {
H A Di386_init.c229 | INTEL_PTE_PS
H A Dgenassym.c365 DECLARE("INTEL_PTE_PS", INTEL_PTE_PS);
H A Dpmap.h385 #define INTEL_PTE_PS 0x00000080ULL macro
H A Dpmap_internal.h1072 if (*pde & INTEL_PTE_PS)
H A Dpmap.c443 if (*pde & INTEL_PTE_PS)
1157 pde |= INTEL_PTE_PS; /* make it a 2M entry */
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dboot_pt.c68 #define PDT_PROT (INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE)
H A Dpmap.c655 if (*pdep & INTEL_PTE_PS) {
858 pde |= INTEL_PTE_PS; /* make it a 2M entry */
1287 if (*pde & INTEL_PTE_PS) {

Completed in 93 milliseconds