HomeSort by: relevance | last modified time | path
    Searched refs:_REG_UESP (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/include/
mcontext.h 73 #define _REG_UESP 17
106 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_UESP])
  /src/lib/libc/arch/i386/gen/
_lwp.c 67 u->uc_mcontext.__gregs[_REG_UESP] = (uintptr_t) sp;
makecontext.c 75 gr[_REG_UESP] = (__greg_t)sp;
  /src/lib/libpthread/arch/i386/
pthread_md.h 47 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_UESP])
  /src/sys/arch/i386/i386/
machdep.c 1632 gr[_REG_UESP] = tf->tf_esp;
1714 tf->tf_esp = gr[_REG_UESP];

Completed in 13 milliseconds