Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c265 M.x86.debug &= ~DEBUG_BREAK_F; in x86emu_single_step()
321 M.x86.debug |= DEBUG_BREAK_F; in x86emu_single_step()
H A Dx86emu.h173 #define DEBUG_BREAK_F 0x000010 macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c245 M.x86.debug &= ~DEBUG_BREAK_F; in x86emu_single_step()
300 M.x86.debug |= DEBUG_BREAK_F; in x86emu_single_step()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h178 #define DEBUG_BREAK_F 0x0010 macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h69 #define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h69 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch365 - M.x86.debug &= ~DEBUG_BREAK_F;
379 + M.x86.debug &= ~DEBUG_BREAK_F;
462 - M.x86.debug |= DEBUG_BREAK_F;
471 + M.x86.debug |= DEBUG_BREAK_F;
19847 #define DEBUG_BREAK_F 0x000010
19923 -# define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
19941 +#define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)