| /linux/drivers/staging/fbtft/ | 
| H A D | fb_ra8875.c | 192 	if (unlikely(par->debug & DEBUG_WRITE_REGISTER)) {  in write_reg8_bus8()
 | 
| /linux/arch/m68k/include/asm/ | 
| H A D | math-emu.h | 307 .macro	debug	instr,args
 | 
| /linux/mm/ | 
| H A D | Makefile | 58 			   debug.o gup.o mmap_lock.o vma_init.o $(mmu-y)
 | 
| /linux/tools/perf/util/ | 
| H A D | debug.c | 301 DEBUG_WRAPPER(debug, 1);
 | 
| /linux/arch/powerpc/include/asm/ | 
| H A D | processor.h | 166 	struct debug_reg debug;  member
 | 
| /linux/arch/arm/boot/dts/nxp/vf/ | 
| H A D | vf610-zii-ssmb-dtu.dts | 36 		led-debug {
 | 
| /linux/drivers/net/ethernet/sfc/ | 
| H A D | efx.c | 91 static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE |  variable95 module_param(debug, uint, 0);
 96 MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value");
 
 | 
| /linux/drivers/net/arcnet/ | 
| H A D | arcnet.c | 110 static int debug = ARCNET_DEBUG;  variable111 module_param(debug, int, 0);
 119 	arcnet_debug = debug;  in arcnet_init()
 
 | 
| /linux/tools/bpf/bpftool/Documentation/ | 
| H A D | bpftool-prog.rst | 240     Load program as a "loader" program. This is useful to debug the generation245     When combined with the **-d**\ \|\ **--debug** option, additional debug
 
 | 
| /linux/Documentation/admin-guide/ | 
| H A D | kernel-parameters.txt | 70 			debug output.  Bits in debug_layer correspond to a77 			Documentation/firmware-guide/acpi/debug.rst for more information about
 78 			debug layers and levels.
 220 			feature group strings to debug BIOS issues related to
 416 			Format: { quiet (default) | verbose | debug }
 627 			debug:    Report CFI initialization details.
 712 			debug and development, but should not be needed on a
 930 			<first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
 1047 	csdlock_debug=	[KNL] Enable or disable debug add-ons of cross-CPU
 1049 			additional debug data is printed to the console
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/st/ | 
| H A D | stm32mp157c-lxa-mc1.dts | 97 	/* supplied by either debug board or PoE */
 | 
| /linux/tools/testing/selftests/drivers/net/netdevsim/ | 
| H A D | hw_stats_l3.sh | 48 	echo /sys/kernel/debug/netdevsim/$(DEV $1)/
 | 
| /linux/security/ipe/ | 
| H A D | Kconfig | 107 	  KUnit tests run during boot and output the results to the debug log
 | 
| /linux/net/batman-adv/ | 
| H A D | Kconfig | 80 	  say N here. Select this option to gather traces like the debug
 | 
| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | sm6125-xiaomi-ginkgo.dts | 41 		debug_mem: debug@ffb00000 {
 | 
| /linux/arch/arm64/include/asm/ | 
| H A D | processor.h | 173 	struct debug_info	debug;		/* debugging */  member
 | 
| /linux/arch/arm/kernel/ | 
| H A D | process.c | 225 	memset(&tsk->thread.debug, 0, sizeof(struct debug_info));  in flush_thread()
 | 
| /linux/fs/btrfs/ | 
| H A D | Kconfig | 71 	  objects, optional forced space fragmentation and /sys/fs/btrfs/debug .
 | 
| /linux/arch/arm/configs/ | 
| H A D | spitz_defconfig | 13 …CMDLINE="console=ttyS0,115200n8 console=tty1 noinitrd root=/dev/mtdblock2 rootfstype=jffs2   debug"
 | 
| /linux/tools/power/cpupower/po/ | 
| H A D | cs.po | 384 msgid "  -e, --debug          Prints out debug information [default]\n"385 msgstr "  -e, --debug          Vypíše ladicí informace\n"
 491 "If no argument or only the -c, --cpu parameter is given, debug output about\n"
 914 msgstr "  -e, --debug          Vypíše ladicí informace\n"
 
 | 
| H A D | fr.po | 379 msgid "  -e, --debug          Prints out debug information [default]\n"380 msgstr "  -e, --debug          Afficher les informations de déboguage\n"
 493 "If no argument or only the -c, --cpu parameter is given, debug output about\n"
 914 msgstr "  -e, --debug          Afficher les informations de déboguage\n"
 
 | 
| /linux/Documentation/networking/ | 
| H A D | l2tp.rst | 371 DEBUG       bitmask of debug message categories. See below.586     # mount -t debugfs debugfs /debug
 592     # cat /debug/l2tp/tunnels
 596 implemented to provide extra debug information to help diagnose
 603     # find /debug/tracing/events/l2tp
 
 | 
| /linux/drivers/net/ethernet/realtek/ | 
| H A D | 8139cp.c | 90 static int debug = -1;  variable91 module_param(debug, int, 0);
 92 MODULE_PARM_DESC (debug, "8139cp: bitmapped message enable number");
 1914 	cp->msg_enable = (debug < 0 ? CP_DEF_MSG_ENABLE : debug);  in cp_init_one()
 
 | 
| /linux/drivers/net/ethernet/dec/tulip/ | 
| H A D | de2104x.c | 58 static int debug = -1;  variable59 module_param (debug, int, 0);
 60 MODULE_PARM_DESC (debug, "de2104x bitmapped message enable number");
 2001 	de->msg_enable = (debug < 0 ? DE_DEF_MSG_ENABLE : debug);  in de_init_one()
 
 | 
| /linux/drivers/net/ethernet/smsc/ | 
| H A D | smsc9420.c | 83 static uint debug = -1;  variable84 module_param(debug, uint, 0);
 85 MODULE_PARM_DESC(debug, "debug level");
 1663 	smsc_debug = netif_msg_init(debug, SMSC_MSG_DEFAULT);  in smsc9420_init_module()
 
 |