Searched refs:I386_LPGMASK (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dhibernate_restore.c83 virt += (uintptr_t)(phys & I386_LPGMASK);
84 phys = ((phys & ~((uint64_t)I386_LPGMASK)) | INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE);
H A Dpmap.c1093 if ((stext & I386_LPGMASK) == 0 && (sdata & I386_LPGMASK) == 0) {
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dvm_param.h104 #define I386_LPGMASK (I386_LPGBYTES-1) macro
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c794 if ((stext & I386_LPGMASK) == 0 && (sdata & I386_LPGMASK) == 0) {

Completed in 85 milliseconds