HomeSort by: relevance | last modified time | path
    Searched defs:gregs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/usermode/usermode/
kgdb_machdep.c 106 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local in function:kgdb_getregs
108 gdb_regs[ 0] = gregs[_REG_RAX];
109 gdb_regs[ 1] = gregs[_REG_RBX];
110 gdb_regs[ 2] = gregs[_REG_RCX];
111 gdb_regs[ 3] = gregs[_REG_RDX];
112 gdb_regs[ 4] = gregs[_REG_RSI];
113 gdb_regs[ 5] = gregs[_REG_RDI];
114 gdb_regs[ 6] = gregs[_REG_RBP];
115 gdb_regs[ 7] = gregs[_REG_RSP];
116 gdb_regs[ 8] = gregs[_REG_R8]
162 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local in function:kgdb_setregs
    [all...]
kgdb_machdep.c 106 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local in function:kgdb_getregs
108 gdb_regs[ 0] = gregs[_REG_RAX];
109 gdb_regs[ 1] = gregs[_REG_RBX];
110 gdb_regs[ 2] = gregs[_REG_RCX];
111 gdb_regs[ 3] = gregs[_REG_RDX];
112 gdb_regs[ 4] = gregs[_REG_RSI];
113 gdb_regs[ 5] = gregs[_REG_RDI];
114 gdb_regs[ 6] = gregs[_REG_RBP];
115 gdb_regs[ 7] = gregs[_REG_RSP];
116 gdb_regs[ 8] = gregs[_REG_R8]
162 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local in function:kgdb_setregs
    [all...]
kgdb_machdep.c 106 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local in function:kgdb_getregs
108 gdb_regs[ 0] = gregs[_REG_RAX];
109 gdb_regs[ 1] = gregs[_REG_RBX];
110 gdb_regs[ 2] = gregs[_REG_RCX];
111 gdb_regs[ 3] = gregs[_REG_RDX];
112 gdb_regs[ 4] = gregs[_REG_RSI];
113 gdb_regs[ 5] = gregs[_REG_RDI];
114 gdb_regs[ 6] = gregs[_REG_RBP];
115 gdb_regs[ 7] = gregs[_REG_RSP];
116 gdb_regs[ 8] = gregs[_REG_R8]
162 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local in function:kgdb_setregs
    [all...]

Completed in 138 milliseconds