Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dptrace.h53 #define PSR_AA32_DIT_BIT 0x01000000 macro
124 pstate |= PSR_AA32_DIT_BIT; in compat_psr_to_pstate()
133 psr = pstate & ~PSR_AA32_DIT_BIT; in pstate_to_compat_psr()
135 if (pstate & PSR_AA32_DIT_BIT) in pstate_to_compat_psr()