Searched refs:PSR_AA32_DIT_BIT (Results 1 – 4 of 4) sorted by relevance
62 #define PSR_AA32_DIT_BIT 0x01000000 macro135 pstate |= PSR_AA32_DIT_BIT; in compat_psr_to_pstate()144 psr = pstate & ~PSR_AA32_DIT_BIT; in pstate_to_compat_psr()146 if (pstate & PSR_AA32_DIT_BIT) in pstate_to_compat_psr()
292 unsigned long dit = !!(spsr & PSR_AA32_DIT_BIT); in host_spsr_to_spsr32()
212 new |= (old & PSR_AA32_DIT_BIT); in get_except32_cpsr()
177 pstate & PSR_AA32_DIT_BIT ? '+' : '-', in print_pstate()
Completed in 11 milliseconds