Searched refs:target_pc (Results 1 – 2 of 2) 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()
144 void _do_nonsec_entry(void *target_pc, unsigned long r0,