Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dptrace.h78 #define COMPAT_PSR_DIT_BIT 0x00200000 macro
130 pstate = psr & ~COMPAT_PSR_DIT_BIT; in compat_psr_to_pstate()
132 if (psr & COMPAT_PSR_DIT_BIT) in compat_psr_to_pstate()
145 psr |= COMPAT_PSR_DIT_BIT; in pstate_to_compat_psr()