Home
last modified time | relevance | path

Searched refs:DEBUG_EXIT (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dx86emu.h185 #define DEBUG_EXIT 0x010000 macro
H A Ddecode.c136 if (M.x86.debug & DEBUG_EXIT) { in X86EMU_exec()
137 M.x86.debug &= ~DEBUG_EXIT; in X86EMU_exec()
H A Ddebug.c326 M.x86.debug |= DEBUG_EXIT; in x86emu_single_step()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h190 #define DEBUG_EXIT 0x10000 macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c122 if (M.x86.debug & DEBUG_EXIT) { in X86EMU_exec()
123 M.x86.debug &= ~DEBUG_EXIT; in X86EMU_exec()
H A Ddebug.c305 M.x86.debug |= DEBUG_EXIT; in x86emu_single_step()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch476 - M.x86.debug |= DEBUG_EXIT;
485 + M.x86.debug |= DEBUG_EXIT;
864 if (M.x86.debug & DEBUG_EXIT) {
865 M.x86.debug &= ~DEBUG_EXIT;
19863 #define DEBUG_EXIT 0x010000