Searched refs:physmap_pte (Results 1 – 1 of 1) sorted by relevance
371 physmap_refmod_to_ept(pt_entry_t physmap_pte) in physmap_refmod_to_ept() argument375 if (physmap_pte & INTEL_PTE_MOD) { in physmap_refmod_to_ept()379 if (physmap_pte & INTEL_PTE_REF) { in physmap_refmod_to_ept()389 pt_entry_t physmap_pte = 0; in ept_refmod_to_physmap() local394 physmap_pte |= INTEL_PTE_REF; in ept_refmod_to_physmap()398 physmap_pte |= INTEL_PTE_MOD; in ept_refmod_to_physmap()401 return physmap_pte; in ept_refmod_to_physmap()