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

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

Completed in 97 milliseconds