Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dinject_fault.c50 u64 exc_offset; in enter_exception64() local
55 exc_offset = CURRENT_EL_SP_ELx_VECTOR; in enter_exception64()
57 exc_offset = CURRENT_EL_SP_EL0_VECTOR; in enter_exception64()
59 exc_offset = LOWER_EL_AArch64_VECTOR; in enter_exception64()
61 exc_offset = LOWER_EL_AArch32_VECTOR; in enter_exception64()
74 *vcpu_pc(vcpu) = vbar + exc_offset + type; in enter_exception64()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dexception.c95 u64 exc_offset; in enter_exception64() local
100 exc_offset = CURRENT_EL_SP_ELx_VECTOR; in enter_exception64()
102 exc_offset = CURRENT_EL_SP_EL0_VECTOR; in enter_exception64()
104 exc_offset = LOWER_EL_AArch64_VECTOR; in enter_exception64()
106 exc_offset = LOWER_EL_AArch32_VECTOR; in enter_exception64()
124 *vcpu_pc(vcpu) = vbar + exc_offset + type; in enter_exception64()

Completed in 2 milliseconds