Home
last modified time | relevance | path

Searched refs:PSR_AA32_DIT_BIT (Results 1 – 1 of 1) sorted by relevance

/arch/arm64/include/asm/
Dptrace.h66 #define PSR_AA32_DIT_BIT 0x01000000 macro
137 pstate |= PSR_AA32_DIT_BIT; in compat_psr_to_pstate()
146 psr = pstate & ~PSR_AA32_DIT_BIT; in pstate_to_compat_psr()
148 if (pstate & PSR_AA32_DIT_BIT) in pstate_to_compat_psr()