Searched refs:target_pc (Results 1 – 2 of 2) sorted by relevance
66 unsigned long target_pc = vcpu->arch.reset_state.pc; in kvm_reset_vcpu() local69 if (target_pc & 1) { in kvm_reset_vcpu()70 target_pc &= ~1UL; in kvm_reset_vcpu()78 *vcpu_pc(vcpu) = target_pc; in kvm_reset_vcpu()
312 unsigned long target_pc = vcpu->arch.reset_state.pc; in kvm_reset_vcpu() local315 if (vcpu_mode_is_32bit(vcpu) && (target_pc & 1)) { in kvm_reset_vcpu()316 target_pc &= ~1UL; in kvm_reset_vcpu()324 *vcpu_pc(vcpu) = target_pc; in kvm_reset_vcpu()