Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dexception.c269 static void enter_exception32(struct kvm_vcpu *vcpu, u32 mode, u32 vect_offset) in enter_exception32() argument
278 return_address += return_offsets[vect_offset >> 2][is_thumb]; in enter_exception32()
295 vect_offset += 0xffff0000; in enter_exception32()
297 vect_offset += __vcpu_read_sys_reg(vcpu, VBAR_EL1); in enter_exception32()
299 *vcpu_pc(vcpu) = vect_offset; in enter_exception32()