Searched refs:is_thumb (Results 1 – 1 of 1) sorted by relevance
139 bool is_thumb; in kvm_skip_instr32() local141 is_thumb = !!(*vcpu_cpsr(vcpu) & PSR_AA32_T_BIT); in kvm_skip_instr32()142 if (is_thumb && !is_wide_instr) in kvm_skip_instr32()167 bool is_thumb = (new_spsr_value & PSR_AA32_T_BIT); in prepare_fault32() local168 u32 return_offset = return_offsets[vect_offset >> 2][is_thumb]; in prepare_fault32()