Searched refs:KVM_PTE_VALID (Results 1 – 4 of 4) sorted by relevance
53 #define KVM_PTE_VALID BIT(0) macro113 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()
307 if (!(desc & KVM_PTE_VALID)) { in walk_nested_s2_pgd()