Home
last modified time | relevance | path

Searched refs:DEBUG_SYS_F (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h191 #define DEBUG_SYS_F (DEBUG_SVC_F|DEBUG_FS_F|DEBUG_PROC_F) macro
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddebug.h78 # define DEBUG_SYS() (M.x86.debug & DEBUG_SYS_F)
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c283 DEBUG_SVC_F | DEBUG_SYS_F | DEBUG_SYSINT_F; in x86emu_single_step()
/openbmc/openbmc/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)
19932 -# define DEBUG_SYS() (M.x86.debug & DEBUG_SYS_F)
19950 +#define DEBUG_SYS() (M.x86.debug & DEBUG_SYS_F)