Searched refs:loongarch_lbt (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| H A D | lbt.h | 16 asmlinkage void _save_lbt(struct loongarch_lbt *); 17 asmlinkage void _restore_lbt(struct loongarch_lbt *);
|
| H A D | processor.h | 89 struct loongarch_lbt { struct 138 struct loongarch_lbt lbt; /* Also conditionally copied */
|
| H A D | kvm_host.h | 209 struct loongarch_lbt lbt;
|
| /linux/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 178 OFFSET(THREAD_SCR0, loongarch_lbt, scr0); in output_thread_lbt_defines() 179 OFFSET(THREAD_SCR1, loongarch_lbt, scr1); in output_thread_lbt_defines() 180 OFFSET(THREAD_SCR2, loongarch_lbt, scr2); in output_thread_lbt_defines() 181 OFFSET(THREAD_SCR3, loongarch_lbt, scr3); in output_thread_lbt_defines() 182 OFFSET(THREAD_EFLAGS, loongarch_lbt, eflags); in output_thread_lbt_defines()
|
| H A D | process.c | 144 memcpy(&dst->thread.lbt, &src->thread.lbt, sizeof(struct loongarch_lbt)); in arch_dup_task_struct()
|