Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dlbt.h16 extern void _save_lbt(struct loongarch_lbt *);
17 extern void _restore_lbt(struct loongarch_lbt *);
H A Dprocessor.h89 struct loongarch_lbt { struct
138 struct loongarch_lbt lbt; /* Also conditionally copied */
/openbmc/linux/arch/loongarch/kernel/
H A Dasm-offsets.c174 OFFSET(THREAD_SCR0, loongarch_lbt, scr0); in output_thread_lbt_defines()
175 OFFSET(THREAD_SCR1, loongarch_lbt, scr1); in output_thread_lbt_defines()
176 OFFSET(THREAD_SCR2, loongarch_lbt, scr2); in output_thread_lbt_defines()
177 OFFSET(THREAD_SCR3, loongarch_lbt, scr3); in output_thread_lbt_defines()
178 OFFSET(THREAD_EFLAGS, loongarch_lbt, eflags); in output_thread_lbt_defines()
H A Dprocess.c135 memcpy(&dst->thread.lbt, &src->thread.lbt, sizeof(struct loongarch_lbt)); in arch_dup_task_struct()