Searched refs:target_pc (Results 1 – 1 of 1) sorted by relevance
282 unsigned long target_pc = reset_state.pc; in kvm_reset_vcpu() local285 if (vcpu_mode_is_32bit(vcpu) && (target_pc & 1)) { in kvm_reset_vcpu()286 target_pc &= ~1UL; in kvm_reset_vcpu()294 *vcpu_pc(vcpu) = target_pc; in kvm_reset_vcpu()