Searched refs:KSTK_REG (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-i386.h73 #define KSTK_EIP(tsk) KSTK_REG(tsk, EIP)
74 #define KSTK_ESP(tsk) KSTK_REG(tsk, UESP)
75 #define KSTK_EBP(tsk) KSTK_REG(tsk, EBP)
H A Dprocessor-x86_64.h50 #define KSTK_EIP(tsk) KSTK_REG(tsk, RIP)
51 #define KSTK_ESP(tsk) KSTK_REG(tsk, RSP)
H A Dprocessor-generic.h140 #define KSTK_REG(tsk, reg) \ macro
143 #define KSTK_REG(tsk, reg) (0xbadbabe) macro

Completed in 122 milliseconds