Searched refs:bootargs (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh58 local bootargs="`configfrag_boot_params "$1" "$2"`"
60 if echo "${bootargs}" | grep -q 'nr_cpus=[0-9]'
62 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`"
83 local bootargs="`configfrag_boot_params "$1" "$2"`"
85 if echo "${bootargs}" | grep -q 'maxcpus=[0-9]'
87 maxcpus="`echo "${bootargs}" | sed -e 's/^.*maxcpus=\([0-9]*\).*$/\1/'`"
H A Dkvm-transform.sh6 # Usage: kvm-transform.sh bzImage console.log jitter_dir seconds [ bootargs ] < qemu-cmd-in > qemu-cmd-out
13 # bootargs: New kernel boot parameters. Beware of Robert Tables.
51 bootargs="$5"
55 echo $bootargs | tr -s ' ' '\012' |
57 echo $bootargs | tr -s ' ' '\012' | sed -e 's/=.*$//' |
H A Dkvm-again.sh53 bootargs=
67 echo " --bootargs kernel-boot-arguments"
81 --bootargs|--bootarg)
82 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
83 bootargs="$bootargs $2"
196 kvm-transform.sh "$kernel_dir/bzImage" "$qemu_cmd_dir/console.log" "$jitter_dir" "$dur" "$bootargs" < $T/qemu-cmd > $i
H A Dsrcu_lockdep.sh52 tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 5s --configs "SRCU-P" --bootargs "rcutorture.test_srcu_lockdep=$val" --trust-make --datestamp "$ds/$val" > "$T/kvm.sh.out" 2>&1
H A Dkvm.sh65 echo " --bootargs kernel-boot-arguments"
103 --bootargs|--bootarg)
104 checkarg --bootargs "(list of kernel boot arguments)" "$#" "$2" '.*' '^--'
666 # Control buffer size: --bootargs trace_buf_size=3k
667 # Get trace-buffer dumps on all oopses: --bootargs ftrace_dump_on_oops
668 # Ditto, but dump only the oopsing CPU: --bootargs ftrace_dump_on_oops=orig_cpu
669 # Heavy-handed way to also dump on warnings: --bootargs panic_on_warn=1
H A Dtorture.sh284 boottag="--bootargs"
475 torture_set "refscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture refscale --allcpus --duration 5 --kconfig "CONFIG_TASKS_TRACE_RCU=y CONFIG_NR_CPUS=$HALF_ALLOTED_CPUS" --bootargs "refscale.verbose_batched=$VERBOSE_BATCH_CPUS torture.verbose_sleep_frequency=8 torture.verbose_sleep_duration=$VERBOSE_BATCH_CPUS" --trust-make
503 torture_set "refscale-$prim$torture_suffix" tools/testing/selftests/rcutorture/bin/kvm-again.sh "`cat "$i"`" --duration 5 --bootargs "refscale.scale_type=$prim"
552 torture_set "rcuscale-$prim$torture_suffix" tools/testing/selftests/rcutorture/bin/kvm-again.sh "`cat "$i"`" --duration 5 --bootargs "rcuscale.scale_type=$prim"
/linux-master/arch/sparc/prom/
H A Dbootstr_32.c55 strscpy(barg_buf, *romvec->pv_v2bootargs.bootargs, sizeof(barg_buf));
/linux-master/arch/sparc/include/asm/
H A Dopenprom.h78 char **bootargs; member in struct:linux_bootargs_v2
/linux-master/arch/m68k/include/asm/
H A Dopenprom.h86 char **bootargs; member in struct:linux_bootargs_v2
/linux-master/arch/arm64/kernel/pi/
H A Didreg-override.c344 static char const bootargs[] __initconst = "bootargs";
350 prop = fdt_getprop(fdt, node, bootargs, NULL);

Completed in 152 milliseconds