Home
last modified time | relevance | path

Searched refs:JB_SP (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/um/shared/sysdep/
H A Darchsetjmp_32.h21 #define JB_SP __esp macro
H A Darchsetjmp_64.h23 #define JB_SP __rsp macro
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c567 (*buf)[0].JB_SP = (unsigned long) stack + UM_THREAD_SIZE - in new_thread()
609 (*switch_buf)[0].JB_SP = (unsigned long) stack + in start_idle_thread()
/linux-6.15/arch/um/kernel/
H A Dprocess.c277 sp = p->thread.switch_buf->JB_SP; in __get_wchan()