Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dptrace.h96 #define COMPAT_PSR_DIT_BIT 0x00200000 macro
148 pstate = psr & ~COMPAT_PSR_DIT_BIT; in compat_psr_to_pstate()
150 if (psr & COMPAT_PSR_DIT_BIT) in compat_psr_to_pstate()
163 psr |= COMPAT_PSR_DIT_BIT; in pstate_to_compat_psr()