Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dx86emu.h174 #define DEBUG_SVC_F 0x000020 macro
186 #define DEBUG_SYS_F (DEBUG_SVC_F|DEBUG_FS_F|DEBUG_PROC_F)
H A Ddebug.c303 M.x86.debug ^= DEBUG_SVC_F | DEBUG_SYS_F | DEBUG_SYSINT_F; in x86emu_single_step()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h179 #define DEBUG_SVC_F 0x0020 macro
191 #define DEBUG_SYS_F (DEBUG_SVC_F|DEBUG_FS_F|DEBUG_PROC_F)
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h70 #define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h70 # define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c283 DEBUG_SVC_F | DEBUG_SYS_F | DEBUG_SYSINT_F; in x86emu_single_step()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch438 - M.x86.debug ^= DEBUG_SVC_F | DEBUG_SYS_F | DEBUG_SYSINT_F;
440 + M.x86.debug ^= DEBUG_SVC_F | DEBUG_SYS_F | DEBUG_SYSINT_F;
19864 #define DEBUG_SYS_F (DEBUG_SVC_F|DEBUG_FS_F|DEBUG_PROC_F)
19924 -# define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
19942 +#define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)