Searched refs:_REG_UESP (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h73 #define _REG_UESP 17 macro
114 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_UESP] + \
121 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_UESP])
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/gen/
H A D_lwp.c67 u->uc_mcontext.__gregs[_REG_UESP] = (uintptr_t) sp;
H A Dmakecontext.c75 gr[_REG_UESP] = (__greg_t)sp;
/netbsd-6-1-5-RELEASE/lib/libpthread/arch/i386/
H A Dpthread_md.h47 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_UESP])
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1746 gr[_REG_UESP] = tf->tf_esp;
1857 tf->tf_esp = gr[_REG_UESP];

Completed in 115 milliseconds