Searched refs:CPSR_IL (Results 1 – 4 of 4) sorted by relevance
183 if (env->uncached_cpsr & CPSR_IL) { in rebuild_hflags_a32()
1403 #define CPSR_IL (1U << 20) macro1425 #define CPSR_EXEC (CPSR_T | CPSR_IT | CPSR_J | CPSR_IL)
1242 uint32_t valid = CPSR_M | CPSR_AIF | CPSR_IL | CPSR_NZCV; in aarch32_cpsr_valid_mask()
10526 (mask & (CPSR_M | CPSR_E | CPSR_IL)); in cpsr_write()10635 mask |= CPSR_IL; in cpsr_write()10636 val |= CPSR_IL; in cpsr_write()11118 env->uncached_cpsr &= ~(CPSR_IL | CPSR_J); in take_aarch32_exception()