Searched refs:COMPAT_PSR_T_BIT (Results 1 – 7 of 7) sorted by relevance
48 #define COMPAT_PSR_T_BIT 0x00000020 macro127 (((regs)->pstate & COMPAT_PSR_T_BIT))167 regs->pstate &= ~COMPAT_PSR_T_BIT; in valid_user_regs()176 COMPAT_PSR_T_BIT | PSR_MODE32_BIT; in valid_user_regs()179 regs->pstate &= ~COMPAT_PSR_T_BIT; in valid_user_regs()
111 regs->pstate |= COMPAT_PSR_T_BIT; in compat_start_thread()
96 *vcpu_cpsr(vcpu) |= COMPAT_PSR_T_BIT; in vcpu_set_thumb()
120 bool is_arm = !(cpsr & COMPAT_PSR_T_BIT); in kvm_adjust_itstate()152 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()
606 .pstate_mask = (COMPAT_PSR_T_BIT | COMPAT_PSR_MODE_MASK),607 .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()