Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/include/asm/
H A Dlbt.h25 if (!cpu_has_lbt) in is_lbt_enabled()
41 if (cpu_has_lbt) in enable_lbt()
47 if (cpu_has_lbt) in disable_lbt()
60 if (cpu_has_lbt && !is_lbt_owner()) { in own_lbt_inatomic()
76 if (cpu_has_lbt && is_lbt_owner()) { in lose_lbt_inatomic()
107 if (!cpu_has_lbt) in thread_lbt_context_live()
H A Dcpu-features.h52 #define cpu_has_lbt (cpu_has_lbt_x86|cpu_has_lbt_arm|cpu_has_lbt_mips) macro
/linux-6.15/arch/loongarch/kernel/
H A Dtraps.c1034 if (!cpu_has_lbt) { in do_lbt()
H A Dsignal.c866 if (cpu_has_lbt && thread_lbt_context_live()) { in setup_extcontext()