Searched refs:PGM_INT_CODE_PROTECTION (Results 1 – 10 of 10) sorted by relevance
41 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_stpx()118 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_stap()143 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_stidp()176 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_testblock()
129 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_low_addr_prot()137 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_low_addr_prot()
39 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_iep()
216 report(clear_pgm_int() == PGM_INT_CODE_PROTECTION, "destination read only"); in test_mmu_prot()249 report(clear_pgm_int() == PGM_INT_CODE_PROTECTION, "destination read only"); in test_mmu_prot()
154 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in __test_cpacf_protected_parm()
35 if (lowcore.pgm_int_code != PGM_INT_CODE_PROTECTION) in check_pgm_prot()
179 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in check_key_prot_exc()
76 if (lowcore.pgm_int_code == PGM_INT_CODE_PROTECTION) in print_decode_teid()
159 case PGM_INT_CODE_PROTECTION: in fixup_pgm_int()213 case PGM_INT_CODE_PROTECTION: in print_storage_exception_information()
208 #define PGM_INT_CODE_PROTECTION 0x04 macro