Lines Matching +full:0 +full:x500

28 	report_prefix_push("diag 0x500");  in test_diag_500()
35 report(sie_is_diag_icpt(&vm, 0x500), "intercept values"); in test_diag_500()
47 report(sie_is_diag_icpt(&vm, 0x9c) && in test_diag_500()
48 vm.save_area.guest.grs[0] == PGM_INT_CODE_OPERAND, in test_diag_500()
59 report(sie_is_diag_icpt(&vm, 0x9c) && in test_diag_500()
60 vm.save_area.guest.grs[0] == PGM_INT_CODE_SPECIFICATION, in test_diag_500()
79 report_prefix_push("diag 0x288"); in test_diag_288()
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()
89 report(vm.save_area.guest.grs[0] == 1 && 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()
102 && vm.save_area.guest.grs[0] == PGM_INT_CODE_SPECIFICATION, in test_diag_288()
126 /* 0x44 */ in test_diag_yield()
127 report_prefix_push("0x44"); in test_diag_yield()
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()
134 /* 0x9c */ in test_diag_yield()
135 report_prefix_push("0x9c"); 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()
140 report(vm.save_area.guest.grs[0] == 42, "r1 correct"); in test_diag_yield()