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

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h70 #define _REG_EIP 14 macro
123 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EIP])
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/gen/
H A D_lwp.c57 u->uc_mcontext.__gregs[_REG_EIP] = (uintptr_t)start;
H A Dmakecontext.c65 gr[_REG_EIP] = (__greg_t)func;
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/vm86/
H A Dvm86test.c74 ip = uc->uc_mcontext.__gregs[_REG_EIP];
112 vm.substr.regs[_REG_EIP] = codeaddr & 15; /* unnecessary here */
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1743 gr[_REG_EIP] = tf->tf_eip;
1752 (void *) gr[_REG_EIP])) != -1)
1753 gr[_REG_EIP] = ras_eip;
1855 tf->tf_eip = gr[_REG_EIP];

Completed in 109 milliseconds