Home
last modified time | relevance | path

Searched refs:target_pc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dreset.c282 unsigned long target_pc = reset_state.pc; in kvm_reset_vcpu() local
285 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Darmv7.h144 void _do_nonsec_entry(void *target_pc, unsigned long r0,