Searched defs:COMPAT_PSR_T_BIT (Results 1 - 1 of 1) sorted by relevance

/arch/arm64/include/asm/
H A Dptrace.h48 #define COMPAT_PSR_T_BIT 0x00000020 macro
125 (((regs)->pstate & COMPAT_PSR_T_BIT))
165 regs->pstate &= ~COMPAT_PSR_T_BIT;
174 COMPAT_PSR_T_BIT | PSR_MODE32_BIT;
177 regs->pstate &= ~COMPAT_PSR_T_BIT;

Completed in 7 milliseconds