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 && !is_wide_instr) in kvm_skip_instr32()
168 bool is_thumb = (spsr & PSR_AA32_T_BIT); in prepare_fault32() local169 u32 return_offset = return_offsets[vect_offset >> 2][is_thumb]; in prepare_fault32()