Home
last modified time | relevance | path

Searched refs:PGM_INT_CODE_ADDRESSING (Results 1 – 9 of 9) sorted by relevance

/kvm-unit-tests/s390x/
H A Dintercept.c49 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_stpx()
80 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_spx()
89 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_spx()
126 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_stap()
151 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_stidp()
180 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_testblock()
H A Dselftest.c39 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_pgm_int()
71 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_malloc()
H A Ddiag258.c128 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_refbk_real()
220 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_refbk_crossing()
H A Dskey.c106 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_invalid_address()
112 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_invalid_address()
118 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in test_invalid_address()
H A Demulator.c143 check_pgm_int_code(PGM_INT_CODE_ADDRESSING); in __test_cpacf_invalid_parm()
H A Dedat.c221 assert(clear_pgm_int() == PGM_INT_CODE_ADDRESSING); in test_edat2()
H A Dmvpg.c140 expected = PGM_INT_CODE_ADDRESSING; in test_exceptions()
H A Dsclp.c19 #define PGM_BIT_ADDR (1ULL << PGM_INT_CODE_ADDRESSING)
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h207 #define PGM_INT_CODE_ADDRESSING 0x05 macro