Home
last modified time | relevance | path

Searched refs:tf_ecx (Results 1 – 16 of 16) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/i386/
H A Dipkdb_glue.c91 ipkdbregs[ECX] = frame.tf_ecx; in ipkdb_trap_glue()
117 frame.tf_ecx = ipkdbregs[ECX]; in ipkdb_trap_glue()
H A Dkgdb_machdep.c169 gdb_regs[ 1] = regs->tf_ecx; in kgdb_getregs()
201 regs->tf_ecx = gdb_regs[ 1]; in kgdb_setregs()
H A Ddb_interface.c266 regs->tf_ecx = ddb_regs.tf_ecx; in kdb_trap()
320 tf.tf_ecx = tss->__tss_ecx; in ddb_ipi_tss()
H A Dfreebsd_machdep.c127 frame.sf_sc.sc_ecx = tf->tf_ecx; in freebsd_sendsig()
231 tf->tf_ecx = context.sc_ecx; in freebsd_sys_sigreturn()
H A Dcompat_16_machdep.c132 tf->tf_ecx = context.sc_ecx; in compat_16_sys___sigreturn14()
224 frame.sf_sc.sc_ecx = tf->tf_ecx; in sendsig_sigcontext()
H A Dprocess_machdep.c113 regs->r_ecx = tf->tf_ecx; in process_read_regs()
178 tf->tf_ecx = regs->r_ecx; in process_write_regs()
H A Dlinux_syscall.c93 args[1] = frame->tf_ecx; in linux_syscall()
H A Dcompat_13_machdep.c111 tf->tf_ecx = context.sc_ecx; in compat_13_sys_sigreturn()
H A Dsvr4_machdep.c154 r[SVR4_X86_ECX] = tf->tf_ecx; in svr4_getmcontext()
240 tf->tf_ecx = r[SVR4_X86_ECX]; in svr4_setmcontext()
H A Dibcs2_machdep.c131 frame.sf_sc.sc_ecx = tf->tf_ecx; in ibcs2_sendsig()
H A Dmachdep.c852 tf->tf_ecx = 0; in setregs()
1546 gr[_REG_ECX] = tf->tf_ecx; in cpu_getmcontext()
1643 tf->tf_ecx = gr[_REG_ECX]; in cpu_setmcontext()
H A Dtrap.c178 tf.tf_ecx = tss->__tss_ecx; in trap_tss()
H A Dgenassym.cf226 define TF_ECX offsetof(struct trapframe, tf_ecx)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dreg.h60 #define tECX (offsetof(struct trapframe, tf_ecx) / sizeof (int))
H A Dframe.h92 int tf_ecx; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c149 tf->tf_ecx = 0; in linux_setregs()
219 sc->sc_ecx = tf->tf_ecx; in linux_save_sigcontext()
483 tf->tf_ecx = scp->sc_ecx; in linux_restore_sigcontext()