Searched refs:pgm_int_code (Results 1 – 8 of 8) sorted by relevance
75 if (lowcore.pgm_int_code == PGM_INT_CODE_PROTECTION) in print_decode_teid()82 if ((lowcore.pgm_int_code == PGM_INT_CODE_SECURE_STOR_ACCESS || in print_decode_teid()83 lowcore.pgm_int_code == PGM_INT_CODE_SECURE_STOR_VIOLATION) && in print_decode_teid()
27 lowcore.pgm_int_code = 0; in expect_pgm_int()56 code = lowcore.pgm_int_code; in clear_pgm_int()57 lowcore.pgm_int_code = 0; in clear_pgm_int()73 report(code == lowcore.pgm_int_code, in check_pgm_int_code()75 lowcore.pgm_int_code); in check_pgm_int_code()151 switch (lowcore.pgm_int_code) { in fixup_pgm_int()212 switch (lowcore.pgm_int_code) { in print_storage_exception_information()268 lowcore.pgm_int_code, stap(), lowcore.pgm_old_psw.addr, lowcore.pgm_int_id); in print_pgm_info()
21 OFFSET(GEN_LC_PGM_INT_CODE, lowcore, pgm_int_code); in main()
106 return lowcore.pgm_int_code; in read_pgm_int_code()
131 uint16_t pgm_int_code; /* 0x008e */ member
35 if (lowcore.pgm_int_code != PGM_INT_CODE_PROTECTION) in check_pgm_prot()
325 pgm = lowcore.pgm_int_code; in retry_transaction()
45 if (lowcore.pgm_int_code) { in sclp_service_call_test()