Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dmte-kasan.h56 asm volatile(ALTERNATIVE("nop", SET_PSTATE_TCO(0), in mte_disable_tco()
62 asm volatile(ALTERNATIVE("nop", SET_PSTATE_TCO(1), in mte_enable_tco()
H A Dmte.h177 asm volatile(SET_PSTATE_TCO(0)); in mte_disable_tco_entry()
H A Dsysreg.h105 #define SET_PSTATE_TCO(x) SET_PSTATE((x), TCO) macro
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h99 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift)) macro