Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/x86_64/
H A Dboot_pt.c68 #define PDT_PROT (INTEL_PTE_PS | INTEL_PTE_VALID | INTEL_PTE_WRITE) macro
69 #define ID_MAP_2MEG(x) [(x)] = ((((uint64_t)(x)) << 21) | (PDT_PROT)),