Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dlbt.h21 if (!cpu_has_lbt) in is_lbt_enabled()
37 if (cpu_has_lbt) in enable_lbt()
43 if (cpu_has_lbt) in disable_lbt()
56 if (cpu_has_lbt && !is_lbt_owner()) { in own_lbt_inatomic()
72 if (cpu_has_lbt && is_lbt_owner()) { in lose_lbt_inatomic()
103 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/arch/loongarch/kernel/
H A Dtraps.c1018 if (!cpu_has_lbt) { in do_lbt()
H A Dsignal.c887 if (cpu_has_lbt && thread_lbt_context_live()) { in setup_extcontext()