Lines Matching refs:vm
25 static struct vm vm; variable
29 vm.sblk->gpsw.addr = PAGE_SIZE * 2; in test_diag()
30 vm.sblk->gpsw.mask = PSW_MASK_64; in test_diag()
34 sie(&vm); in test_diag()
35 report(vm.sblk->icptcode == ICPT_INST && in test_diag()
36 vm.sblk->ipa == instr >> 16 && vm.sblk->ipb == instr << 16, in test_diag()
76 vm.sblk->gpsw.addr = PAGE_SIZE * 2; in test_epoch_ext()
77 vm.sblk->gpsw.mask = PSW_MASK_64; in test_epoch_ext()
79 vm.sblk->ecd |= ECD_MEF; in test_epoch_ext()
80 vm.sblk->epdx = 0x47; /* Setting the epoch extension here ... */ in test_epoch_ext()
82 sie(&vm); in test_epoch_ext()
97 sie_guest_create(&vm, (uint64_t)guest, HPAGE_SIZE); in setup_guest()
111 sie_guest_destroy(&vm); in main()