Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kvm/
Dinject_fault.c34 u64 exc_offset; in get_except_vector() local
38 exc_offset = CURRENT_EL_SP_EL0_VECTOR; in get_except_vector()
41 exc_offset = CURRENT_EL_SP_ELx_VECTOR; in get_except_vector()
44 exc_offset = LOWER_EL_AArch64_VECTOR; in get_except_vector()
47 exc_offset = LOWER_EL_AArch32_VECTOR; in get_except_vector()
50 return vcpu_read_sys_reg(vcpu, VBAR_EL1) + exc_offset + type; in get_except_vector()