Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/hyp/
Daarch32.c128 bool is_thumb; in kvm_skip_instr32() local
130 is_thumb = !!(*vcpu_cpsr(vcpu) & PSR_AA32_T_BIT); in kvm_skip_instr32()
131 if (is_thumb && !is_wide_instr) in kvm_skip_instr32()
/Linux-v5.4/virt/kvm/arm/
Daarch32.c35 bool is_thumb = (new_spsr_value & PSR_AA32_T_BIT); in prepare_fault32() local
36 u32 return_offset = return_offsets[vect_offset >> 2][is_thumb]; in prepare_fault32()