Home
last modified time | relevance | path

Searched refs:inactive_task_frame (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dswitch_to.h21 struct inactive_task_frame { struct
43 struct inactive_task_frame frame;
85 static inline void kthread_frame_init(struct inactive_task_frame *frame, in kthread_frame_init()
H A Dstacktrace.h69 return &((struct inactive_task_frame *)task->thread.sp)->bp; in get_frame_pointer()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dswitch_to.h23 struct inactive_task_frame { struct
45 struct inactive_task_frame frame;
79 static inline void kthread_frame_init(struct inactive_task_frame *frame, in kthread_frame_init()
H A Dstacktrace.h79 return &((struct inactive_task_frame *)task->thread.sp)->bp; in get_frame_pointer()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess.c128 struct inactive_task_frame *frame; in copy_thread()
977 fp = READ_ONCE_NOCHECK(((struct inactive_task_frame *)sp)->bp); in get_wchan()
H A Dunwind_orc.c662 struct inactive_task_frame *frame = (void *)task->thread.sp; in __unwind_start()
H A Dkgdb.c153 gdb_regs[GDB_BP] = ((struct inactive_task_frame *)p->thread.sp)->bp; in sleeping_thread_to_gdb_regs()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess.c164 struct inactive_task_frame *frame; in copy_thread()
H A Dunwind_orc.c721 struct inactive_task_frame *frame = (void *)task->thread.sp; in __unwind_start()
H A Dkgdb.c153 gdb_regs[GDB_BP] = ((struct inactive_task_frame *)p->thread.sp)->bp; in sleeping_thread_to_gdb_regs()

Completed in 8 milliseconds