Searched refs:DEBUG_SVC_F (Results 1 – 7 of 7) sorted by relevance
174 #define DEBUG_SVC_F 0x000020 macro186 #define DEBUG_SYS_F (DEBUG_SVC_F|DEBUG_FS_F|DEBUG_PROC_F)
303 M.x86.debug ^= DEBUG_SVC_F | DEBUG_SYS_F | DEBUG_SYSINT_F; in x86emu_single_step()
179 #define DEBUG_SVC_F 0x0020 macro191 #define DEBUG_SYS_F (DEBUG_SVC_F|DEBUG_FS_F|DEBUG_PROC_F)
70 #define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
70 # define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
283 DEBUG_SVC_F | DEBUG_SYS_F | DEBUG_SYSINT_F; in x86emu_single_step()
438 - 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)