Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dmte.h109 asm volatile(SET_PSTATE_TCO(0)); in mte_disable_tco_entry()
Duaccess.h158 asm volatile(ALTERNATIVE("nop", SET_PSTATE_TCO(0), in __uaccess_disable_tco()
164 asm volatile(ALTERNATIVE("nop", SET_PSTATE_TCO(1), in __uaccess_enable_tco()
Dsysreg.h102 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift)) macro
/linux-5.19.10/tools/arch/arm64/include/asm/
Dsysreg.h99 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift)) macro