Home
last modified time | relevance | path

Searched refs:pgm_int_code (Results 1 – 8 of 8) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dfault.c75 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()
H A Dinterrupt.c27 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()
H A Dasm-offsets.c21 OFFSET(GEN_LC_PGM_INT_CODE, lowcore, pgm_int_code); in main()
/kvm-unit-tests/lib/s390x/asm/
H A Dinterrupt.h106 return lowcore.pgm_int_code; in read_pgm_int_code()
H A Darch_def.h131 uint16_t pgm_int_code; /* 0x008e */ member
/kvm-unit-tests/s390x/
H A Dedat.c35 if (lowcore.pgm_int_code != PGM_INT_CODE_PROTECTION) in check_pgm_prot()
H A Dspec_ex.c325 pgm = lowcore.pgm_int_code; in retry_transaction()
H A Dsclp.c45 if (lowcore.pgm_int_code) { in sclp_service_call_test()