Searched refs:KVM_PTE_VALID (Results 1 – 3 of 3) sorted by relevance
53 #define KVM_PTE_VALID BIT(0) macro111 return pte & KVM_PTE_VALID; in kvm_pte_valid()
238 pte |= kvm_phys_to_pte(phys) | KVM_PTE_VALID; in fixmap_map_slot()261 WRITE_ONCE(*ptep, *ptep & ~KVM_PTE_VALID); in fixmap_clear_slot()
100 pte |= KVM_PTE_VALID; in kvm_init_table_pte()112 pte |= KVM_PTE_VALID; in kvm_init_valid_leaf_pte()
Completed in 14 milliseconds