Searched refs:COMPAT_PSR_T_BIT (Results 1 – 7 of 7) sorted by relevance
48 #define COMPAT_PSR_T_BIT 0x00000020 macro125 (((regs)->pstate & COMPAT_PSR_T_BIT))165 regs->pstate &= ~COMPAT_PSR_T_BIT; in valid_user_regs()174 COMPAT_PSR_T_BIT | PSR_MODE32_BIT; in valid_user_regs()177 regs->pstate &= ~COMPAT_PSR_T_BIT; in valid_user_regs()
129 regs->pstate |= COMPAT_PSR_T_BIT; in compat_start_thread()
99 *vcpu_cpsr(vcpu) |= COMPAT_PSR_T_BIT; in vcpu_set_thumb()
121 bool is_arm = !(cpsr & COMPAT_PSR_T_BIT); in kvm_adjust_itstate()153 is_thumb = !!(*vcpu_cpsr(vcpu) & COMPAT_PSR_T_BIT); in kvm_skip_instr32()
36 bool is_thumb = (new_spsr_value & COMPAT_PSR_T_BIT); in prepare_fault32()43 cpsr |= COMPAT_PSR_T_BIT; in prepare_fault32()
609 .pstate_mask = (COMPAT_PSR_T_BIT | COMPAT_PSR_MODE_MASK),610 .pstate_val = (COMPAT_PSR_T_BIT | COMPAT_PSR_MODE_USR),
473 spsr |= COMPAT_PSR_T_BIT; in compat_setup_return()475 spsr &= ~COMPAT_PSR_T_BIT; in compat_setup_return()