Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Dsysreg.h588 #define SCTLR_EL1_TCF0_SHIFT 38 macro
589 #define SCTLR_EL1_TCF0_NONE (UL(0x0) << SCTLR_EL1_TCF0_SHIFT)
590 #define SCTLR_EL1_TCF0_SYNC (UL(0x1) << SCTLR_EL1_TCF0_SHIFT)
591 #define SCTLR_EL1_TCF0_ASYNC (UL(0x2) << SCTLR_EL1_TCF0_SHIFT)
592 #define SCTLR_EL1_TCF0_MASK (UL(0x3) << SCTLR_EL1_TCF0_SHIFT)