Searched refs:PSR_AA32_I_BIT (Results 1 – 6 of 6) sorted by relevance
39 cpsr = mode | PSR_AA32_I_BIT; in prepare_fault32()
62 #define PSR_AA32_I_BIT 0x00000080 macro
20 #define PSR_AA32_I_BIT PSR_I_BIT macro
46 PSR_AA32_I_BIT | PSR_AA32_F_BIT),
227 pstate & PSR_AA32_I_BIT ? 'I' : 'i', in print_pstate()
1873 (regs->pstate & PSR_AA32_I_BIT) == 0 && in valid_compat_regs()