Searched refs:boot_args (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c114 struct psci_boot_args *boot_args; local
129 boot_args = per_cpu_ptr(&cpu_on_args, cpu_id);
133 if (!try_acquire_boot_args(boot_args))
136 boot_args->pc = pc;
137 boot_args->r0 = r0;
146 release_boot_args(boot_args);
157 struct psci_boot_args *boot_args; local
160 boot_args = this_cpu_ptr(&suspend_args);
164 * No need to acquire a lock before writing to boot_args because a core
167 boot_args
184 struct psci_boot_args *boot_args; local
205 struct psci_boot_args *boot_args; local
[all...]
/linux-master/arch/arm64/include/asm/
H A Dsetup.h14 extern u64 __cacheline_aligned boot_args[4];
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh161 boot_args="`configfrag_boot_params "$boot_args_in" "$config_template"`"
163 boot_args="`per_version_boot_params "$boot_args" $resdir/.config $seconds`"
166 boot_args="$TORTURE_BOOT_GDB_ARG $boot_args"
170 modprobe_args="`echo $boot_args | tr -s ' ' '\012' | grep "^$TORTURE_MOD\." | sed -e "s/$TORTURE_MOD\.//g"`"
171 kboot_args="`echo $boot_args | tr -s ' ' '\012' | grep -v "^$TORTURE_MOD\."`"
200 echo $QEMU $qemu_args -m $TORTURE_QEMU_MEM -kernel $KERNEL -append \"$qemu_append $boot_args\" $TORTURE_QEMU_GDB_ARG > $resdir/qemu-cmd
/linux-master/arch/parisc/kernel/
H A Dsetup.c44 extern unsigned int boot_args[];
49 /* boot_args[0] is free-mem start, boot_args[1] is ptr to command line */
50 if (boot_args[0] < 64)
54 strscpy(boot_command_line, (char *)__va(boot_args[1]),
73 if (boot_args[2] != 0) {
74 initrd_start = (unsigned long)__va(boot_args[2]);
75 initrd_end = (unsigned long)__va(boot_args[3]);
H A Dhead.S28 ENTRY(boot_args)
33 END(boot_args)
67 load32 PA(boot_args),%r1
/linux-master/arch/arm64/kernel/
H A Dsetup.c87 u64 __cacheline_aligned boot_args[4]; variable
370 if (boot_args[1] || boot_args[2] || boot_args[3]) {
374 boot_args[1], boot_args[2], boot_args[3]);
H A Dhead.S172 adr_l x0, boot_args // record the contents of

Completed in 341 milliseconds