Lines Matching refs:arch
31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec);
32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer);
41 if (vcpu->arch.dec == 0)
51 dec_time = vcpu->arch.dec;
58 hrtimer_start(&vcpu->arch.dec_timer,
60 vcpu->arch.dec_jiffies = get_tb();
65 u64 jd = tb - vcpu->arch.dec_jiffies;
68 if (vcpu->arch.dec < jd)
72 return vcpu->arch.dec - jd;
94 vcpu->arch.dec = (u32) spr_val;
115 emulated = vcpu->kvm->arch.kvm_ops->emulate_mtspr(vcpu, sprn,
141 spr_val = vcpu->arch.pvr;
176 emulated = vcpu->kvm->arch.kvm_ops->emulate_mfspr(vcpu, sprn,
223 vcpu->arch.shared->esr | ESR_PTR);
239 vcpu->arch.shared->esr | ESR_PTR);
276 vcpu->run->debug.arch.status = 0;
277 vcpu->run->debug.arch.address = kvmppc_get_pc(vcpu);
290 emulated = vcpu->kvm->arch.kvm_ops->emulate_op(vcpu, inst,