Searched refs:loongarch_lbt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | lbt.h | 16 extern void _save_lbt(struct loongarch_lbt *); 17 extern void _restore_lbt(struct loongarch_lbt *);
|
H A D | processor.h | 89 struct loongarch_lbt { struct 138 struct loongarch_lbt lbt; /* Also conditionally copied */
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | lbt.h | 24 static inline void save_lbt_registers(struct loongarch_lbt *prev) in save_lbt_registers() 45 static inline void restore_lbt_registers(struct loongarch_lbt *next) in restore_lbt_registers()
|
H A D | processor.h | 88 struct loongarch_lbt { struct 143 struct loongarch_lbt lbt;
|
H A D | kvm_host.h | 207 struct loongarch_lbt lbt;
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | asm-offsets.c | 173 OFFSET(THREAD_SCR0, loongarch_lbt, scr0); in output_thread_lbt_defines() 174 OFFSET(THREAD_SCR1, loongarch_lbt, scr1); in output_thread_lbt_defines() 175 OFFSET(THREAD_SCR2, loongarch_lbt, scr2); in output_thread_lbt_defines() 176 OFFSET(THREAD_SCR3, loongarch_lbt, scr3); in output_thread_lbt_defines() 177 OFFSET(THREAD_EFLAGS, loongarch_lbt, eflags); in output_thread_lbt_defines()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | asm-offsets.c | 174 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 D | process.c | 135 memcpy(&dst->thread.lbt, &src->thread.lbt, sizeof(struct loongarch_lbt)); in arch_dup_task_struct()
|
Completed in 8 milliseconds