Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dkvm_pgtable.h53 #define KVM_PTE_VALID BIT(0) macro
113 return pte & KVM_PTE_VALID; in kvm_pte_valid()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c238 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()
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c100 pte |= KVM_PTE_VALID; in kvm_init_table_pte()
112 pte |= KVM_PTE_VALID; in kvm_init_valid_leaf_pte()
/linux/arch/arm64/kvm/
H A Dnested.c307 if (!(desc & KVM_PTE_VALID)) { in walk_nested_s2_pgd()