Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dswitch_to.h42 struct inactive_task_frame { struct
64 struct inactive_task_frame frame; argument
Dstacktrace.h67 return &((struct inactive_task_frame *)task->thread.sp)->bp; in get_frame_pointer()
/arch/x86/kernel/
Dprocess_32.c120 struct inactive_task_frame *frame = &fork_frame->frame; in copy_thread_tls()
Dprocess.c844 fp = READ_ONCE_NOCHECK(((struct inactive_task_frame *)sp)->bp); in get_wchan()
Dkgdb.c153 gdb_regs[GDB_BP] = ((struct inactive_task_frame *)p->thread.sp)->bp; in sleeping_thread_to_gdb_regs()
Dunwind_orc.c652 struct inactive_task_frame *frame = (void *)task->thread.sp; in __unwind_start()
Dprocess_64.c380 struct inactive_task_frame *frame; in copy_thread_tls()