Home
last modified time | relevance | path

Searched refs:s390_sieic (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/kvm/lib/s390/
A Ducall.c14 run->s390_sieic.icptcode == 4 && in ucall_arch_get_ucall()
15 (run->s390_sieic.ipa >> 8) == 0x83 && /* 0x83 means DIAGNOSE */ in ucall_arch_get_ucall()
16 (run->s390_sieic.ipb >> 16) == 0x501) { in ucall_arch_get_ucall()
17 int reg = run->s390_sieic.ipa & 0xf; in ucall_arch_get_ucall()
A Ddiag318_test_handler.c39 TEST_ASSERT(run->s390_sieic.icptcode == ICPT_INSTRUCTION, in diag318_handler()
40 "Unexpected intercept code: 0x%x", run->s390_sieic.icptcode); in diag318_handler()
41 TEST_ASSERT((run->s390_sieic.ipa & 0xff00) == IPA0_DIAG, in diag318_handler()
42 "Unexpected IPA0 code: 0x%x", (run->s390_sieic.ipa & 0xff00)); in diag318_handler()
44 reg = (run->s390_sieic.ipa & 0x00f0) >> 4; in diag318_handler()
/tools/testing/selftests/kvm/s390/
A Dsync_regs_test.c128 TEST_ASSERT(run->s390_sieic.icptcode == 4 && in test_req_and_verify_all_valid_regs()
129 (run->s390_sieic.ipa >> 8) == 0x83 && in test_req_and_verify_all_valid_regs()
130 (run->s390_sieic.ipb >> 16) == 0x501, in test_req_and_verify_all_valid_regs()
132 run->s390_sieic.icptcode, run->s390_sieic.ipa, in test_req_and_verify_all_valid_regs()
133 run->s390_sieic.ipb); in test_req_and_verify_all_valid_regs()
A Ddebug_test.c88 TEST_ASSERT_EQ(vcpu->run->s390_sieic.icptcode, ICPT_INST); in test_step_pgm_diag()
89 TEST_ASSERT_EQ(vcpu->run->s390_sieic.ipa & 0xff00, IPA0_DIAG); in test_step_pgm_diag()
A Ducontrol_test.c352 switch (run->s390_sieic.ipa) { in uc_handle_insn_ic()
379 run->s390_sieic.icptcode, in uc_handle_sieic()
380 run->s390_sieic.ipa, in uc_handle_sieic()
381 run->s390_sieic.ipb); in uc_handle_sieic()
382 switch (run->s390_sieic.icptcode) { in uc_handle_sieic()
394 TEST_FAIL("UNEXPECTED SIEIC CODE %d", run->s390_sieic.icptcode); in uc_handle_sieic()
A Dcmma_test.c267 TEST_ASSERT_EQ(vcpu->run->s390_sieic.icptcode, 4); in assert_exit_was_hypercall()
268 TEST_ASSERT_EQ(vcpu->run->s390_sieic.ipa, 0x8300); in assert_exit_was_hypercall()
269 TEST_ASSERT_EQ(vcpu->run->s390_sieic.ipb, 0x5010000); in assert_exit_was_hypercall()
/tools/include/uapi/linux/
A Dkvm.h297 } s390_sieic; member

Completed in 25 milliseconds