Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/
H A Dpmap.h272 #define INTEL_PTE_REF 0x00000020ULL macro
379 if (physmap_pte & INTEL_PTE_REF) { in physmap_refmod_to_ept()
394 physmap_pte |= INTEL_PTE_REF; in ept_refmod_to_physmap()
420 #define PTE_REF(is_ept) ((is_ept) ? INTEL_EPT_REF : INTEL_PTE_REF)
H A Dphys.c247 …pmap_store_pte(FALSE, debugger_ptep, debug_pa | INTEL_PTE_NCACHE | INTEL_PTE_RW | INTEL_PTE_REF | … in ml_copy_phys()
H A Di386_init.c1184 …es[i] = ((uintptr_t)ID_MAP_VTOP(&dblmapL1[0])) | INTEL_PTE_VALID | INTEL_PTE_WRITE | INTEL_PTE_REF; in doublemap_init()
1198 …L4_INDEX] = ((uintptr_t)ID_MAP_VTOP(dblmapL3)) | INTEL_PTE_VALID | INTEL_PTE_WRITE | INTEL_PTE_REF; in doublemap_init()
H A Dpmap_internal.h442 #define PHYS_REFERENCED INTEL_PTE_REF /* page referenced */
H A Dpmap_x86_common.c2378 | INTEL_PTE_REF in pmap_map_bd()
2436 prot_template = INTEL_PTE_REF | INTEL_PTE_MOD | INTEL_PTE_WIRED | INTEL_PTE_VALID; in pmap_alias()
/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap.c1374 | INTEL_PTE_REF in pmap_lowmem_finalize()