Searched refs:clear_pgm_int (Results 1 – 12 of 12) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | mvpg.c | 113 report(clear_pgm_int() == expected, "Key Function Control value %d", i); in test_exceptions() 130 report(clear_pgm_int() == expected, "Key Function Control value 3"); in test_exceptions() 134 report(clear_pgm_int() == expected, "Key Function Control value %d", i); in test_exceptions() 143 report(clear_pgm_int() == expected, "Second operand outside memory"); in test_exceptions() 147 report(clear_pgm_int() == expected, "First operand outside memory"); in test_exceptions() 216 report(clear_pgm_int() == PGM_INT_CODE_PROTECTION, "destination read only"); in test_mmu_prot() 224 report(clear_pgm_int() == PGM_INT_CODE_PAGE_TRANSLATION, "exception"); in test_mmu_prot() 235 report(clear_pgm_int() == PGM_INT_CODE_PAGE_TRANSLATION, "exception"); in test_mmu_prot() 249 report(clear_pgm_int() == PGM_INT_CODE_PROTECTION, "destination read only"); in test_mmu_prot()
|
H A D | uv-host.c | 60 if (clear_pgm_int() != PGM_INT_CODE_SECURE_STOR_ACCESS) in access_check_3d() 64 if (clear_pgm_int() != PGM_INT_CODE_SECURE_STOR_ACCESS) in access_check_3d() 130 pgm = clear_pgm_int(); in test_priv() 182 pgm = clear_pgm_int(); in test_access() 200 pgm = clear_pgm_int(); in test_access()
|
H A D | diag258.c | 246 if (clear_pgm_int() == PGM_INT_CODE_SPECIFICATION) { in main()
|
H A D | exittime.c | 158 clear_pgm_int(); in test_illegal()
|
H A D | topology.c | 85 if (clear_pgm_int() != PGM_INT_CODE_SPECIFICATION) { in check_specifications() 97 if (clear_pgm_int() != PGM_INT_CODE_SPECIFICATION) { in check_specifications()
|
H A D | edat.c | 221 assert(clear_pgm_int() == PGM_INT_CODE_ADDRESSING); in test_edat2()
|
H A D | spec_ex.c | 381 expected_pgm, clear_pgm_int()); in test_spec_ex_trans()
|
H A D | sclp.c | 83 pgm = clear_pgm_int(); in test_one_sccb()
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | cmm.h | 47 return clear_pgm_int() == 0; in check_essa_available()
|
H A D | interrupt.h | 78 uint16_t clear_pgm_int(void);
|
/kvm-unit-tests/lib/s390x/ |
H A D | sclp.c | 233 if (clear_pgm_int() || permission != TPROT_READ_WRITE) in sclp_memory_setup()
|
H A D | interrupt.c | 51 uint16_t clear_pgm_int(void) in clear_pgm_int() function
|