Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dptrace.h69 #define COMPAT_PSR_DIT_BIT 0x00200000 macro
121 pstate = psr & ~COMPAT_PSR_DIT_BIT; in compat_psr_to_pstate()
123 if (psr & COMPAT_PSR_DIT_BIT) in compat_psr_to_pstate()
136 psr |= COMPAT_PSR_DIT_BIT; in pstate_to_compat_psr()