Searched refs:is_thumb (Results 1 – 2 of 2) sorted by relevance
129 bool is_thumb; in kvm_skip_instr32() local131 is_thumb = !!(*vcpu_cpsr(vcpu) & PSR_AA32_T_BIT); in kvm_skip_instr32()132 if (is_thumb && !kvm_vcpu_trap_il_is32bit(vcpu)) in kvm_skip_instr32()
289 bool is_thumb = (spsr & PSR_AA32_T_BIT); in enter_exception32() local295 return_address += return_offsets[vect_offset >> 2][is_thumb]; in enter_exception32()