read_guest_instr
rc = read_guest_instr(vcpu, *addr, &opcode, 2);
rc = read_guest_instr(vcpu, *addr, &opcode, exec_ilen);
rc = read_guest_instr(vcpu, vcpu->arch.sie_block->gpsw.addr, &opcode, 1);