Home
last modified time | relevance | path

Searched refs:x86emu_single_step (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h148 # define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
199 extern void x86emu_single_step(void);
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c227 void x86emu_single_step(void) in x86emu_single_step() function
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch341 -void x86emu_single_step (void)
343 +x86emu_single_step(void)
20025 -# define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
20026 +#define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step()
20085 -extern void x86emu_single_step (void);
20099 + extern void x86emu_single_step(void);