Searched refs:ignore_loglevel (Results 1 – 25 of 34) sorted by relevance
12
| /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";
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779f4-s4sk.dts | 30 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
| H A D | r8a779f0-spider-cpu.dtsi | 29 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
| H A D | hihope-common.dtsi | 29 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 | r8a774c0-cat874.dts | 25 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 | rzg2l-smarc-som.dtsi | 29 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
| /linux/arch/arm/configs/ |
| H A D | sama7_defconfig | 24 CONFIG_CMDLINE="console=ttyS0,115200 earlyprintk ignore_loglevel"
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | r8a7790-stout.dts | 22 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
| H A D | r8a7792-blanche.dts | 24 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
| H A D | r8a7792-wheat.dts | 23 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
| H A D | sh73a0-kzm9g.dts | 36 bootargs = "root=/dev/nfs ip=on ignore_loglevel rw";
|
| H A D | r8a7794-alt.dts | 29 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
|
| /linux/kernel/printk/ |
| H A D | printk.c | 1272 static bool __read_mostly ignore_loglevel; variable 1276 ignore_loglevel = true; in ignore_loglevel_setup() 1283 module_param(ignore_loglevel, bool, S_IRUGO | S_IWUSR); 1284 MODULE_PARM_DESC(ignore_loglevel, 1289 return (level >= console_loglevel && !ignore_loglevel); in suppress_message_printing()
|
12