Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c376 attr |= prot & KVM_PTE_LEAF_ATTR_HI_SW; in hyp_set_prot_attr()
384 enum kvm_pgtable_prot prot = pte & KVM_PTE_LEAF_ATTR_HI_SW; in kvm_pgtable_hyp_pte_prot()
416 else if (WARN_ON((ctx->old ^ new) & ~KVM_PTE_LEAF_ATTR_HI_SW)) in hyp_map_walker_try_leaf()
712 attr |= prot & KVM_PTE_LEAF_ATTR_HI_SW; in stage2_set_prot_attr()
720 enum kvm_pgtable_prot prot = pte & KVM_PTE_LEAF_ATTR_HI_SW; in kvm_pgtable_stage2_pte_prot()
942 !((ctx->old ^ new) & ~KVM_PTE_LEAF_ATTR_HI_SW)) { in stage2_map_walker_try_leaf()
1320 if (prot & KVM_PTE_LEAF_ATTR_HI_SW) in kvm_pgtable_stage2_relax_perms()
/linux/arch/arm64/include/asm/
H A Dkvm_pgtable.h83 #define KVM_PTE_LEAF_ATTR_HI_SW GENMASK(58, 55) macro