Searched refs:KVM_PTE_LEAF_ATTR_HI_SW (Results 1 – 2 of 2) sorted by relevance
305 attr |= prot & KVM_PTE_LEAF_ATTR_HI_SW; in hyp_set_prot_attr()313 enum kvm_pgtable_prot prot = pte & KVM_PTE_LEAF_ATTR_HI_SW; in kvm_pgtable_hyp_pte_prot()346 else if (WARN_ON((old ^ new) & ~KVM_PTE_LEAF_ATTR_HI_SW)) in hyp_map_walker_try_leaf()610 attr |= prot & KVM_PTE_LEAF_ATTR_HI_SW; in stage2_set_prot_attr()618 enum kvm_pgtable_prot prot = pte & KVM_PTE_LEAF_ATTR_HI_SW; in kvm_pgtable_stage2_pte_prot()739 if (!((old ^ new) & ~KVM_PTE_LEAF_ATTR_HI_SW)) in stage2_map_walker_try_leaf()
71 #define KVM_PTE_LEAF_ATTR_HI_SW GENMASK(58, 55) macro