Searched refs:is_thumb (Results 1 – 2 of 2) sorted by relevance
128 bool is_thumb; in kvm_skip_instr32() local130 is_thumb = !!(*vcpu_cpsr(vcpu) & PSR_AA32_T_BIT); in kvm_skip_instr32()131 if (is_thumb && !is_wide_instr) in kvm_skip_instr32()
35 bool is_thumb = (new_spsr_value & PSR_AA32_T_BIT); in prepare_fault32() local36 u32 return_offset = return_offsets[vect_offset >> 2][is_thumb]; in prepare_fault32()