Home
last modified time | relevance | path

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

/netbsd/sys/arch/usermode/usermode/
H A Dkgdb_machdep.c134 gdb_regs[ 2] = gregs[_REG_EDX]; in kgdb_getregs()
190 gregs[_REG_EDX] = gdb_regs[ 2]; in kgdb_setregs()
/netbsd/sys/arch/i386/include/
H A Dmcontext.h65 #define _REG_EDX 9 macro
/netbsd/lib/libc/arch/i386/
H A Dgenassym.cf34 define UC_GREGS_EDX offsetof(ucontext_t, uc_mcontext.__gregs[_REG_EDX])
/netbsd/sys/arch/i386/i386/
H A Dmachdep.c1617 gr[_REG_EDX] = tf->tf_edx; in cpu_getmcontext()
1700 tf->tf_edx = gr[_REG_EDX]; in cpu_setmcontext()