Home
last modified time | relevance | path

Searched defs:SET_PSTATE_TCO (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
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