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

/freebsd-10.2-release/sys/amd64/vmm/
H A Dvmm_util.c78 #define DUMP_REG(x) printf(#x "\t\t0x%016lx\n", (long)(tf->tf_ ## x)) macro
83 DUMP_REG(rdi);
84 DUMP_REG(rsi);
85 DUMP_REG(rdx);
86 DUMP_REG(rcx);
87 DUMP_REG(r8);
88 DUMP_REG(r9);
89 DUMP_REG(rax);
90 DUMP_REG(rbx);
91 DUMP_REG(rb
[all...]

Completed in 49 milliseconds