Home
last modified time | relevance | path

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

/linux-6.15/tools/arch/arm64/include/asm/
H A Dsysreg.h104 #define SET_PSTATE_DIT(x) SET_PSTATE((x), DIT) macro
110 #define set_pstate_dit(x) asm volatile(SET_PSTATE_DIT(x))
/linux-6.15/arch/arm64/include/asm/
H A Dsysreg.h104 #define SET_PSTATE_DIT(x) SET_PSTATE((x), DIT) macro
110 #define set_pstate_dit(x) asm volatile(SET_PSTATE_DIT(x))
/linux-6.15/arch/arm64/kernel/
H A Dentry.S201 alternative_insn nop, SET_PSTATE_DIT(1), ARM64_HAS_DIT