Searched refs:target_pc (Results 1 – 1 of 1) sorted by relevance
286 unsigned long target_pc = reset_state.pc; in kvm_reset_vcpu() local289 if (vcpu_mode_is_32bit(vcpu) && (target_pc & 1)) { in kvm_reset_vcpu()290 target_pc &= ~1UL; in kvm_reset_vcpu()298 *vcpu_pc(vcpu) = target_pc; in kvm_reset_vcpu()
Completed in 4 milliseconds