Home
last modified time | relevance | path

Searched refs:ignore_loglevel (Results 1 – 25 of 34) sorted by relevance

12

/linux/arch/xtensa/boot/dts/
H A Dcsp.dts11 …ot=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore_loglevel";
/linux/arch/sh/configs/
H A Drsk7201_defconfig26 CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ignore_loglevel"
H A Dshx3_defconfig50 CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=bios ignore_loglevel"
H A Dse7206_defconfig41 CONFIG_CMDLINE="console=ttySC3,115200 ignore_loglevel earlyprintk=serial"
H A Drsk7203_defconfig31 CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ignore_loglevel"
H A Dsdk7786_defconfig69 …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 Ds5pv210-smdkc110.dts26 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
H A Ds5pv210-torbreck.dts26 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
H A Ds5pv210-smdkv210.dts27 bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
H A Ds5pv210-aquila.dts27 bootargs = "console=ttySAC2,115200n8 root=/dev/mmcblk1p5 rw rootwait ignore_loglevel earlyprintk";
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779f4-s4sk.dts30 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Dr8a779f0-spider-cpu.dtsi29 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Dhihope-common.dtsi29 bootargs = "ignore_loglevel";
H A Drzg2ul-smarc-som.dtsi19 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Drzg2lc-smarc-som.dtsi18 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Dr8a774c0-cat874.dts25 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Dwhite-hawk-cpu-common.dtsi26 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Drzg2l-smarc-som.dtsi29 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
/linux/arch/arm/configs/
H A Dsama7_defconfig24 CONFIG_CMDLINE="console=ttyS0,115200 earlyprintk ignore_loglevel"
/linux/arch/arm/boot/dts/renesas/
H A Dr8a7790-stout.dts22 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Dr8a7792-blanche.dts24 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Dr8a7792-wheat.dts23 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Dsh73a0-kzm9g.dts36 bootargs = "root=/dev/nfs ip=on ignore_loglevel rw";
H A Dr8a7794-alt.dts29 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
/linux/kernel/printk/
H A Dprintk.c1272 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