Searched refs:KVM_PTE_LEAF_ATTR_HI_SW (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/
H A Dpgtable.c41 #define KVM_PTE_LEAF_ATTR_HI_SW GENMASK(58, 55) macro
418 attr |= prot & KVM_PTE_LEAF_ATTR_HI_SW;
426 enum kvm_pgtable_prot prot = pte & KVM_PTE_LEAF_ATTR_HI_SW;
458 else if (WARN_ON((ctx->old ^ new) & ~KVM_PTE_LEAF_ATTR_HI_SW))
754 attr |= prot & KVM_PTE_LEAF_ATTR_HI_SW;
762 enum kvm_pgtable_prot prot = pte & KVM_PTE_LEAF_ATTR_HI_SW;
1347 if (prot & KVM_PTE_LEAF_ATTR_HI_SW)

Completed in 155 milliseconds