Searched refs:PSR_AA32_I_BIT (Results 1 – 5 of 5) sorted by relevance
62 #define PSR_AA32_I_BIT 0x00000080 macro
46 PSR_AA32_I_BIT | PSR_AA32_F_BIT),
23 #define PSR_AA32_I_BIT PSR_I_BIT macro
225 pstate & PSR_AA32_I_BIT ? 'I' : 'i', in print_pstate()
1908 (regs->pstate & PSR_AA32_I_BIT) == 0 && in valid_compat_regs()