Home
last modified time | relevance | path

Searched refs:clear_pgm_int (Results 1 – 12 of 12) sorted by relevance

/kvm-unit-tests/s390x/
H A Dmvpg.c113 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 Duv-host.c60 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 Ddiag258.c246 if (clear_pgm_int() == PGM_INT_CODE_SPECIFICATION) { in main()
H A Dexittime.c158 clear_pgm_int(); in test_illegal()
H A Dtopology.c85 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 Dedat.c221 assert(clear_pgm_int() == PGM_INT_CODE_ADDRESSING); in test_edat2()
H A Dspec_ex.c381 expected_pgm, clear_pgm_int()); in test_spec_ex_trans()
H A Dsclp.c83 pgm = clear_pgm_int(); in test_one_sccb()
/kvm-unit-tests/lib/s390x/asm/
H A Dcmm.h47 return clear_pgm_int() == 0; in check_essa_available()
H A Dinterrupt.h78 uint16_t clear_pgm_int(void);
/kvm-unit-tests/lib/s390x/
H A Dsclp.c233 if (clear_pgm_int() || permission != TPROT_READ_WRITE) in sclp_memory_setup()
H A Dinterrupt.c51 uint16_t clear_pgm_int(void) in clear_pgm_int() function