Searched refs:ignore_loglevel (Results 1 – 22 of 22) sorted by relevance
/linux/arch/xtensa/boot/dts/ |
H A D | csp.dts | 11 …ot=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore_loglevel";
|
/linux/arch/sh/configs/ |
H A D | rsk7201_defconfig | 26 CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ignore_loglevel"
|
H A D | shx3_defconfig | 50 CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=bios ignore_loglevel"
|
H A D | se7206_defconfig | 41 CONFIG_CMDLINE="console=ttySC3,115200 ignore_loglevel earlyprintk=serial"
|
H A D | rsk7203_defconfig | 31 CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ignore_loglevel"
|
H A D | sdk7786_defconfig | 69 …intk=sh-sci.1,115200 root=/dev/sda1 nmi_debug=state,debounce rootdelay=5 pmb=iomap ignore_loglevel"
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210-smdkc110.dts | 26 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
|
H A D | s5pv210-torbreck.dts | 26 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
|
H A D | s5pv210-smdkv210.dts | 27 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
|
H A D | s5pv210-aquila.dts | 27 bootargs = "console=ttySAC2,115200n8 root=/dev/mmcblk1p5 rw rootwait ignore_loglevel earlyprintk";
|
H A D | s5pv210-goni.dts | 28 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p5 rw rootwait ignore_loglevel earlyprintk";
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r7s72100-gr-peach.dts | 23 bootargs = "ignore_loglevel rw root=/dev/mtdblock0";
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a09g057h44-rzv2h-evk.dts | 31 bootargs = "ignore_loglevel";
|
H A D | rzg2ul-smarc-som.dtsi | 19 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
H A D | rzg2lc-smarc-som.dtsi | 18 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
H A D | white-hawk-cpu-common.dtsi | 26 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
H A D | rzg3s-smarc-som.dtsi | 47 bootargs = "ignore_loglevel";
|
H A D | rzg2l-smarc-som.dtsi | 29 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
H A D | r8a779h0-gray-hawk-single.dts | 58 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
/linux/kernel/printk/ |
H A D | printk.c | 1294 static bool __read_mostly ignore_loglevel; variable 1298 ignore_loglevel = true; in ignore_loglevel_setup() 1305 module_param(ignore_loglevel, bool, S_IRUGO | S_IWUSR); 1306 MODULE_PARM_DESC(ignore_loglevel, 1311 return (level >= console_loglevel && !ignore_loglevel); in suppress_message_printing()
|
/linux/Documentation/admin-guide/ |
H A D | dynamic-debug-howto.rst | 30 need to adjust the kernel ``loglevel=``, or use ``ignore_loglevel``.
|
H A D | kernel-parameters.txt | 2067 ignore_loglevel [KNL,EARLY] 2072 /sys/module/printk/parameters/ignore_loglevel.
|