Searched refs:DUMP_REG (Results 1 – 1 of 1) sorted by relevance
76 #define DUMP_REG(x) printf(#x "\t\t0x%016lx\n", (long)(tf->tf_ ## x)) macro81 DUMP_REG(rdi); in dump_trapframe()82 DUMP_REG(rsi); in dump_trapframe()83 DUMP_REG(rdx); in dump_trapframe()84 DUMP_REG(rcx); in dump_trapframe()85 DUMP_REG(r8); in dump_trapframe()86 DUMP_REG(r9); in dump_trapframe()87 DUMP_REG(rax); in dump_trapframe()88 DUMP_REG(rbx); in dump_trapframe()89 DUMP_REG(rbp); in dump_trapframe()[all …]