Searched refs:KSTK_REG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | processor.h | 15 #define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP) 16 #define KSTK_ESP(tsk) KSTK_REG(tsk, HOST_SP) 17 #define KSTK_EBP(tsk) KSTK_REG(tsk, HOST_BP)
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | processor.h | 15 #define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP) 16 #define KSTK_ESP(tsk) KSTK_REG(tsk, HOST_SP) 17 #define KSTK_EBP(tsk) KSTK_REG(tsk, HOST_BP)
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
H A D | processor-generic.h | 100 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf) macro
|
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | processor-generic.h | 99 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf) macro
|
Completed in 1 milliseconds