Home
last modified time | relevance | path

Searched refs:inactive_task_frame (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dswitch_to.h45 struct inactive_task_frame { struct
66 struct inactive_task_frame frame; argument
Dstacktrace.h65 return &((struct inactive_task_frame *)task->thread.sp)->bp; in get_frame_pointer()
/Linux-v4.19/arch/x86/kernel/
Dprocess_32.c127 struct inactive_task_frame *frame = &fork_frame->frame; in copy_thread_tls()
Dprocess.c767 fp = READ_ONCE_NOCHECK(((struct inactive_task_frame *)sp)->bp); in get_wchan()
Dunwind_orc.c579 struct inactive_task_frame *frame = (void *)task->thread.sp; in __unwind_start()
Dprocess_64.c295 struct inactive_task_frame *frame; in copy_thread_tls()
Dkgdb.c170 gdb_regs[GDB_BP] = ((struct inactive_task_frame *)p->thread.sp)->bp; in sleeping_thread_to_gdb_regs()