tf_eax 159 arch/i386/i386/db_interface.c regs->tf_eax = ddb_regs.tf_eax; tf_eax 57 arch/i386/i386/db_trace.c { "eax", (long *)&ddb_regs.tf_eax, FCN_NULL }, tf_eax 165 arch/i386/i386/db_trace.c (*pr)("--- syscall (number %d) ---\n", tf->tf_eax); tf_eax 134 arch/i386/i386/freebsd_machdep.c frame.sf_sc.sc_eax = tf->tf_eax; tf_eax 223 arch/i386/i386/freebsd_machdep.c tf->tf_eax = context.sc_eax; tf_eax 258 arch/i386/i386/freebsd_machdep.c fregs->freebsd_ptrace_regs.tf_eax = nregs->r_eax; tf_eax 315 arch/i386/i386/freebsd_machdep.c nregs->r_eax = fregs->freebsd_ptrace_regs.tf_eax; tf_eax 167 arch/i386/i386/kgdb_machdep.c gdb_regs[ 0] = regs->tf_eax; tf_eax 199 arch/i386/i386/kgdb_machdep.c regs->tf_eax = gdb_regs[ 0]; tf_eax 257 arch/i386/i386/kvm86.c tf.tf_eax = regs->eax; tf_eax 269 arch/i386/i386/kvm86.c regs->eax = tf.tf_eax; tf_eax 160 arch/i386/i386/linux_machdep.c frame.sf_sc.sc_eax = tf->tf_eax; tf_eax 254 arch/i386/i386/linux_machdep.c tf->tf_eax = context.sc_eax; tf_eax 2229 arch/i386/i386/machdep.c frame.sf_sc.sc_eax = tf->tf_eax; tf_eax 2337 arch/i386/i386/machdep.c tf->tf_eax = context.sc_eax; tf_eax 179 arch/i386/i386/process_machdep.c regs->r_eax = tf->tf_eax; tf_eax 298 arch/i386/i386/process_machdep.c tf->tf_eax = regs->r_eax; tf_eax 99 arch/i386/i386/svr4_machdep.c r[SVR4_X86_EAX] = tf->tf_eax; tf_eax 190 arch/i386/i386/svr4_machdep.c tf->tf_eax = r[SVR4_X86_EAX]; tf_eax 598 arch/i386/i386/trap.c code = frame.tf_eax; tf_eax 723 arch/i386/i386/trap.c frame.tf_eax = rval[0]; tf_eax 742 arch/i386/i386/trap.c frame.tf_eax = error; tf_eax 776 arch/i386/i386/trap.c tf->tf_eax = 0; tf_eax 160 arch/i386/i386/vm86.c #define V86_AH(regs) (((u_char *)&((regs)->tf_eax))[1]) tf_eax 161 arch/i386/i386/vm86.c #define V86_AL(regs) (((u_char *)&((regs)->tf_eax))[0]) tf_eax 61 arch/i386/include/frame.h int tf_eax; tf_eax 97 arch/i386/include/freebsd_machdep.h int tf_eax; tf_eax 99 dev/vesa/vesabios.c tf.tf_eax = VBE_FUNC_CTRLINFO; tf_eax 104 dev/vesa/vesabios.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) { tf_eax 105 dev/vesa/vesabios.c printf("vbecall: res=%d, ax=%x\n", res, tf.tf_eax); tf_eax 238 dev/vesa/vesabios.c tf.tf_eax = VBE_FUNC_MODEINFO; tf_eax 244 dev/vesa/vesabios.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) { tf_eax 246 dev/vesa/vesabios.c self->dv_xname, res, tf.tf_eax); tf_eax 97 dev/vesa/vesafb.c tf.tf_eax = VBE_FUNC_DDC; tf_eax 100 dev/vesa/vesafb.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) tf_eax 103 dev/vesa/vesafb.c return VBECALL_SUCESS(tf.tf_eax); tf_eax 121 dev/vesa/vesafb.c tf.tf_eax = VBE_FUNC_DDC; tf_eax 127 dev/vesa/vesafb.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) { tf_eax 134 dev/vesa/vesafb.c return VBECALL_SUCESS(tf.tf_eax); tf_eax 144 dev/vesa/vesafb.c tf.tf_eax = VBE_FUNC_GETMODE; tf_eax 147 dev/vesa/vesafb.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) { tf_eax 149 dev/vesa/vesafb.c sc->sc_dev.dv_xname, res, tf.tf_eax); tf_eax 168 dev/vesa/vesafb.c tf.tf_eax = VBE_FUNC_MODEINFO; tf_eax 174 dev/vesa/vesafb.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) { tf_eax 176 dev/vesa/vesafb.c sc->sc_dev.dv_xname, res, tf.tf_eax); tf_eax 210 dev/vesa/vesafb.c tf.tf_eax = VBE_FUNC_PALETTE; tf_eax 218 dev/vesa/vesafb.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) tf_eax 220 dev/vesa/vesafb.c sc->sc_dev.dv_xname, res, tf.tf_eax); tf_eax 233 dev/vesa/vesafb.c tf.tf_eax = VBE_FUNC_SETMODE; tf_eax 237 dev/vesa/vesafb.c if (res || VBECALL_SUPPORT(tf.tf_eax) != VBECALL_SUPPORTED) { tf_eax 239 dev/vesa/vesafb.c sc->sc_dev.dv_xname, res, tf.tf_eax);