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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dgdbmach.h37 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof ( gdbreg_t ) enumerator in enum:__anon15034
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/
H A Dgdbmach.h24 GDBMACH_SIZEOF_REGS = GDBMACH_NREGS * sizeof ( gdbreg_t ) enumerator in enum:__anon15072
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgdbstub.c201 gdbstub_to_hex_buf ( stub->payload, ( char * ) stub->regs, GDBMACH_SIZEOF_REGS );
202 stub->len = GDBMACH_SIZEOF_REGS * 2;
207 if ( stub->len != 1 + GDBMACH_SIZEOF_REGS * 2 ) {
211 gdbstub_from_hex_buf ( ( char * ) stub->regs, &stub->payload [ 1 ], GDBMACH_SIZEOF_REGS );

Completed in 59 milliseconds