Lines Matching defs:prot
312 static int hyp_map_set_prot_attr(enum kvm_pgtable_prot prot,
315 bool device = prot & KVM_PGTABLE_PROT_DEVICE;
319 u32 ap = (prot & KVM_PGTABLE_PROT_W) ? KVM_PTE_LEAF_ATTR_LO_S1_AP_RW :
322 if (!(prot & KVM_PGTABLE_PROT_R))
325 if (prot & KVM_PGTABLE_PROT_X) {
326 if (prot & KVM_PGTABLE_PROT_W)
375 enum kvm_pgtable_prot prot)
387 ret = hyp_map_set_prot_attr(prot, &map_data);
440 static int stage2_map_set_prot_attr(enum kvm_pgtable_prot prot,
443 bool device = prot & KVM_PGTABLE_PROT_DEVICE;
448 if (!(prot & KVM_PGTABLE_PROT_X))
453 if (prot & KVM_PGTABLE_PROT_R)
456 if (prot & KVM_PGTABLE_PROT_W)
618 u64 phys, enum kvm_pgtable_prot prot,
635 ret = stage2_map_set_prot_attr(prot, &map_data);
809 enum kvm_pgtable_prot prot)
815 if (prot & KVM_PGTABLE_PROT_R)
818 if (prot & KVM_PGTABLE_PROT_W)
821 if (prot & KVM_PGTABLE_PROT_X)