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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dgdbmach.h29 GDBMACH_EFLAGS, enumerator in enum:__anon15034
54 regs [ GDBMACH_EFLAGS ] &= ~( 1 << 8 ); /* Trace Flag (TF) */
55 regs [ GDBMACH_EFLAGS ] |= ( step << 8 );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/
H A Dgdbmach.h22 GDBMACH_EFLAGS, enumerator in enum:__anon15072
41 regs [ GDBMACH_EFLAGS ] &= ~( 1 << 8 ); /* Trace Flag (TF) */
42 regs [ GDBMACH_EFLAGS ] |= ( step << 8 );

Completed in 42 milliseconds