Searched refs:PSR_AA32_DIT_BIT (Results 1 – 4 of 4) sorted by relevance
85 #define PSR_AA32_DIT_BIT 0x01000000 macro156 pstate |= PSR_AA32_DIT_BIT; in compat_psr_to_pstate()165 psr = pstate & ~PSR_AA32_DIT_BIT; in pstate_to_compat_psr()167 if (pstate & PSR_AA32_DIT_BIT) in pstate_to_compat_psr()
209 unsigned long dit = !!(spsr & PSR_AA32_DIT_BIT); in host_spsr_to_spsr32()
195 new |= (old & PSR_AA32_DIT_BIT); in get_except32_cpsr()
175 pstate & PSR_AA32_DIT_BIT ? '+' : '-', in print_pstate()