Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dpmap.h267 #define INTEL_PTE_USER 0x00000004ULL macro
316 #define pte_user_rw(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_USER|INTEL…
317 #define pte_user_ro(p) ((pt_entry_t)(pa_to_pte(p) | INTEL_PTE_VALID|INTEL_PTE_USER))
H A Dpmap_internal.h444 #define PHYS_NOENCRYPT INTEL_PTE_USER /* no need to encrypt this page in the hibernation image */
817 } else if ((pmap != kernel_pmap) && (!is_ept) && ((cpte & INTEL_PTE_USER) == 0)) { in pmap_classify_pagetable_corruption()
H A Dpmap_x86_common.c833 template |= INTEL_PTE_USER; in pmap_enter_options()
1189 template |= INTEL_PTE_USER; in pmap_enter_options()
/xnu-8020.101.4/osfmk/x86_64/
H A Dpmap.c2120 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand_pml4()
2127 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand_pml4()
2219 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand_pdpt()
2344 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand()
2406 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand_large_internal()
2413 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand_large_internal()
2428 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand_large_internal()
2491 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand()