Lines Matching refs:sblk
45 vm.sblk->iictl = IICTL_CODE_OPERAND; in test_diag_500()
56 vm.sblk->iictl = IICTL_CODE_SPECIFICATION; in test_diag_500()
86 report(vm.sblk->icptcode == ICPT_PV_INSTR && vm.sblk->ipa == 0x8302 && in test_diag_288()
87 vm.sblk->ipb == 0x50000000 && vm.save_area.guest.grs[5] == 0x288, in test_diag_288()
98 vm.sblk->iictl = IICTL_CODE_SPECIFICATION; in test_diag_288()
100 report(vm.sblk->icptcode == ICPT_PV_NOTIFY && vm.sblk->ipa == 0x8302 && in test_diag_288()
101 vm.sblk->ipb == 0x50000000 && vm.save_area.guest.grs[5] == 0x9c in test_diag_288()
129 report(vm.sblk->icptcode == ICPT_PV_NOTIFY && vm.sblk->ipa == 0x8302 && in test_diag_yield()
130 vm.sblk->ipb == 0x50000000 && vm.save_area.guest.grs[5] == 0x44, in test_diag_yield()
137 report(vm.sblk->icptcode == ICPT_PV_NOTIFY && vm.sblk->ipa == 0x8302 && in test_diag_yield()
138 vm.sblk->ipb == 0x50000000 && vm.save_area.guest.grs[5] == 0x9c, in test_diag_yield()