Home
last modified time | relevance | path

Searched refs:is_lbt_owner (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/include/asm/
H A Dlbt.h28 static inline int is_lbt_owner(void) in is_lbt_owner() function
56 if (cpu_has_lbt && !is_lbt_owner()) { in own_lbt_inatomic()
72 if (cpu_has_lbt && is_lbt_owner()) { in lose_lbt_inatomic()
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c628 if (is_lbt_owner()) in protected_save_lbt_context()
664 if (is_lbt_owner()) in protected_restore_lbt_context()
H A Dtraps.c976 if (!is_lbt_owner()) in init_restore_lbt()