Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kvm/
Dinject_fault.c45 u64 exc_offset; in get_except_vector() local
49 exc_offset = CURRENT_EL_SP_EL0_VECTOR; in get_except_vector()
52 exc_offset = CURRENT_EL_SP_ELx_VECTOR; in get_except_vector()
55 exc_offset = LOWER_EL_AArch64_VECTOR; in get_except_vector()
58 exc_offset = LOWER_EL_AArch32_VECTOR; in get_except_vector()
61 return vcpu_read_sys_reg(vcpu, VBAR_EL1) + exc_offset + type; in get_except_vector()