Lines Matching defs:prot
494 u8 ar, enum gacc_mode mode, enum prot_type prot)
505 switch (prot) {
600 * @prot: returns the type for protection exceptions
616 enum gacc_mode mode, enum prot_type *prot)
765 *prot = PROT_TYPE_DAT;
769 *prot = PROT_TYPE_IEP;
803 enum prot_type prot;
813 rc = guest_translate(vcpu, ga, pages, asce, mode, &prot);
822 return trans_exc(vcpu, rc, ga, ar, mode, prot);
908 enum prot_type prot;
923 rc = guest_translate(vcpu, gva, gpa, asce, mode, &prot);
925 return trans_exc(vcpu, rc, gva, 0, mode, prot);