Searched refs:debug (Results 26 - 50 of 88) sorted by relevance

1234

/seL4-refos-master/kernel/src/arch/arm/armv/armv7-a/
H A Duser_access.c9 #include <mode/machine/debug.h>
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dzynq_gem.c124 debug("%s: phy_addr %d, regnum 0x%x, val 0x%x\n", __func__,
132 debug("%s: phy_addr %d, regnum 0x%x, data 0x%x\n", __func__, phy_addr,
150 debug("Default phy address %d is valid\n",
154 debug("PHY address is not setup correctly %d\n",
160 debug("detecting phy address\n");
169 debug("Found valid phy address, %d\n", i);
386 debug("%s 0x%x, 0x%x, 0x%x\n", __func__, addr, reg, *val);
395 debug("%s 0x%x, 0x%x, 0x%x\n", __func__, addr, reg, val);
H A Dphy.c300 debug("Could not read MII_STAT1000. Ignoring gigabit capability\n");
716 debug("\n%s PHY: ", bus->name);
719 debug("%d ", addr);
722 debug("not found\n");
761 debug("PHY reset failed\n");
778 debug("PHY status read failed\n");
835 debug("%s connected to %s\n", dev->name, phydev->drv->name);
/seL4-refos-master/libs/libutils/include/utils/
H A Dutil.h28 #include <utils/debug.h>
58 * ZF_LOGD -- debug
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dutil.h28 #include <utils/debug.h>
58 * ZF_LOGD -- debug
/seL4-refos-master/kernel/src/arch/x86/32/machine/
H A Dregisterset.c13 #include <machine/debug.h>
/seL4-refos-master/projects/seL4_libs/libsel4sync/include/sync/
H A Dsem-bare.h26 #include <sel4debug/debug.h>
H A Dbin_sem.h19 #include <sel4debug/debug.h>
H A Dsem.h19 #include <sel4debug/debug.h>
H A Dcondition_var.h18 #include <sel4debug/debug.h>
/seL4-refos-master/projects/seL4_libs/libsel4sync/src/
H A Drecursive_mutex.c21 #include <sel4debug/debug.h>
/seL4-refos-master/libs/libutils/src/
H A Ddebug.c12 #include <utils/debug.h>
/seL4-refos-master/projects/util_libs/libutils/src/
H A Ddebug.c12 #include <utils/debug.h>
/seL4-refos-master/libs/libmuslc/
H A DMakefile21 ENABLE_DEBUG = --enable-debug
H A Dconfigure32 --enable-debug build with debugging information [disabled]
136 debug=no
162 --enable-debug|--enable-debug=yes) debug=yes ;;
163 --disable-debug|--enable-debug=no) debug=no ;;
392 test "$debug" = yes && CFLAGS_AUTO=-g
395 # Preprocess asm files to add extra debugging information if debug i
[all...]
/seL4-refos-master/kernel/src/arch/x86/32/
H A Dc_traps.c12 #include <arch/machine/debug.h>
/seL4-refos-master/kernel/include/arch/arm/armv/armv7ve/armv/
H A Ddebug.h13 #include <mode/machine/debug.h>
86 /** Enables the debug architecture mode that allows us to receive debug events
89 * CPU can operate in one of 2 debug architecture modes: "halting" and
90 * "monitor". In halting mode, when a debug event occurs, the CPU will halt
94 * In monitor mode, the CPU will deliver debug events to the kernel as
120 * ARMv6 manual, sec D3.3.2, "Monitor debug-mode enable, bit[15]":
122 * "Monitor debug-mode has to be both selected and enabled (bit 14
/seL4-refos-master/kernel/include/arch/arm/armv/armv7-a/armv/
H A Ddebug.h13 #include <mode/machine/debug.h>
86 /** Enables the debug architecture mode that allows us to receive debug events
89 * CPU can operate in one of 2 debug architecture modes: "halting" and
90 * "monitor". In halting mode, when a debug event occurs, the CPU will halt
94 * In monitor mode, the CPU will deliver debug events to the kernel as
120 * ARMv6 manual, sec D3.3.2, "Monitor debug-mode enable, bit[15]":
122 * "Monitor debug-mode has to be both selected and enabled (bit 14
/seL4-refos-master/kernel/include/arch/arm/armv/armv8-a/32/armv/
H A Ddebug.h13 #include <mode/machine/debug.h>
86 /** Enables the debug architecture mode that allows us to receive debug events
89 * CPU can operate in one of 2 debug architecture modes: "halting" and
90 * "monitor". In halting mode, when a debug event occurs, the CPU will halt
94 * In monitor mode, the CPU will deliver debug events to the kernel as
120 * ARMv6 manual, sec D3.3.2, "Monitor debug-mode enable, bit[15]":
122 * "Monitor debug-mode has to be both selected and enabled (bit 14
/seL4-refos-master/kernel/src/model/
H A Dstatedata.c8 #include <api/debug.h>
/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Ddma330.c192 } debug; member in struct:dma330_map
222 return !!(regs->debug.dbgstatus & DBGSTS_BUSY);
356 v = regs->debug.dbgstatus;
473 regs->debug.dbginst[0] = inst0;
474 regs->debug.dbginst[1] = inst1;
477 regs->debug.dbgcmd = DBGCMD_EXEC;
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Ddma330.c192 } debug; member in struct:dma330_map
222 return !!(regs->debug.dbgstatus & DBGSTS_BUSY);
356 v = regs->debug.dbgstatus;
473 regs->debug.dbginst[0] = inst0;
474 regs->debug.dbginst[1] = inst1;
477 regs->debug.dbgcmd = DBGCMD_EXEC;
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.c326 debug("Could not read MII_STAT1000. Ignoring gigabit capability\n");
770 debug("\n%s PHY: ", bus->name);
773 debug("%d ", addr);
776 debug("not found\n");
817 debug("PHY reset failed\n");
834 debug("PHY status read failed\n");
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dphy.c624 debug("PHY status read failed\n");
631 debug("PHY reset failed\n");
647 debug("PHY status read failed\n");
705 debug("%s connected to %s\n", dev->name, phydev->drv->name);
/seL4-refos-master/kernel/include/arch/arm/arch/32/mode/fastpath/
H A Dfastpath.h15 #include <arch/machine/debug.h>

Completed in 223 milliseconds

1234