Searched refs:PGM_PROTECTION (Results 1 – 5 of 5) sorted by relevance
442 return PGM_PROTECTION; in ar_translation()502 case PGM_PROTECTION: in get_vcpu_asce()687 return PGM_PROTECTION; in guest_translate()728 pgm->code = PGM_PROTECTION; in guest_page_range()736 if (rc == PGM_PROTECTION) in guest_page_range()844 rc = pgm->code = PGM_PROTECTION; in guest_translate_address()852 if (rc == PGM_PROTECTION) in guest_translate_address()912 pgm->code = PGM_PROTECTION; in kvm_s390_check_low_addr_prot_real()
172 case PGM_PROTECTION: in __extract_prog_irq()
985 if (ret == PGM_PROTECTION) { in handle_tprot()
556 case PGM_PROTECTION: in __deliver_prog()
272 #define PGM_PROTECTION 0x04 macro