Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c286 static void enter_exception32(struct kvm_vcpu *vcpu, u32 mode, u32 vect_offset) in enter_exception32() argument
295 return_address += return_offsets[vect_offset >> 2][is_thumb]; in enter_exception32()
312 vect_offset += 0xffff0000; in enter_exception32()
314 vect_offset += __vcpu_read_sys_reg(vcpu, VBAR_EL1); in enter_exception32()
316 *vcpu_pc(vcpu) = vect_offset; in enter_exception32()