Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c841 template |= INTEL_PTE_USER; in pmap_enter_options()
1197 template |= INTEL_PTE_USER; in pmap_enter_options()
/xnu-10063.141.1/osfmk/x86_64/ !
H A Dpmap.c2152 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand_pml4()
2159 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand_pml4()
2251 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand_pdpt()
2376 | (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) in pmap_expand()
2452 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand_large_internal()
2459 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand_large_internal()
2474 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand_large_internal()
2537 (is_ept ? (INTEL_EPT_EX | INTEL_EPT_UEX) : INTEL_PTE_USER) | in pmap_pre_expand()