Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dexception.c84 u64 exc_offset; in enter_exception64() local
89 exc_offset = CURRENT_EL_SP_ELx_VECTOR; in enter_exception64()
91 exc_offset = CURRENT_EL_SP_EL0_VECTOR; in enter_exception64()
93 exc_offset = LOWER_EL_AArch64_VECTOR; in enter_exception64()
95 exc_offset = LOWER_EL_AArch32_VECTOR; in enter_exception64()
108 *vcpu_pc(vcpu) = vbar + exc_offset + type; in enter_exception64()