Home
last modified time | relevance | path

Searched refs:INTEL_PTE_PS (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/san/memory/
H A Dkasan-x86_64.c172 | INTEL_PTE_PS in kasan_map_shadow_superpage_zero()
226 if ((pde & (INTEL_PTE_VALID | INTEL_PTE_PS)) == (INTEL_PTE_VALID | INTEL_PTE_PS)) { in kasan_map_shadow()
352 if ((pde & (INTEL_PTE_VALID | INTEL_PTE_PS)) == (INTEL_PTE_VALID | INTEL_PTE_PS)) { in kasan_is_shadow_mapped()
/xnu-10063.141.1/osfmk/i386/
H A Dhibernate_restore.c94 phys = ((phys & ~((uint64_t)I386_LPGMASK)) | INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE); in pal_hib_map()
H A Dpmap.h275 #define INTEL_PTE_PS 0x00000080ULL macro
415 #define PTE_PS INTEL_PTE_PS
H A Di386_init.c245 | INTEL_PTE_PS in physmap_init_L2()
H A Dpmap_x86_common.c1228 template |= INTEL_PTE_PS; in pmap_enter_options()
/xnu-10063.141.1/osfmk/x86_64/
H A Dboot_pt.c68 #define PDT_PROT (INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE)
H A Dpmap.c973 if (*pdep & INTEL_PTE_PS) { in pmap_mark_range()
1257 pde |= INTEL_PTE_PS; /* make it a 2M entry */ in pmap_lowmem_finalize()
2400 if (*pdep & INTEL_PTE_PS) { in pmap_query_pagesize()