Home
last modified time | relevance | path

Searched refs:PGM_INT_CODE_PROTECTION (Results 1 – 10 of 10) sorted by relevance

/kvm-unit-tests/s390x/
H A Dintercept.c41 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()
H A Dpfmf.c129 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()
H A Diep.c39 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in test_iep()
H A Dmvpg.c216 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()
H A Demulator.c154 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in __test_cpacf_protected_parm()
H A Dedat.c35 if (lowcore.pgm_int_code != PGM_INT_CODE_PROTECTION) in check_pgm_prot()
H A Dskey.c179 check_pgm_int_code(PGM_INT_CODE_PROTECTION); in check_key_prot_exc()
/kvm-unit-tests/lib/s390x/
H A Dfault.c76 if (lowcore.pgm_int_code == PGM_INT_CODE_PROTECTION) in print_decode_teid()
H A Dinterrupt.c159 case PGM_INT_CODE_PROTECTION: in fixup_pgm_int()
213 case PGM_INT_CODE_PROTECTION: in print_storage_exception_information()
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h208 #define PGM_INT_CODE_PROTECTION 0x04 macro