Searched refs:boot_command_line (Results 51 - 58 of 58) sorted by relevance

123

/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c911 *cmdline_p = boot_command_line;
/linux-master/arch/parisc/mm/
H A Dinit.c91 for (cp = boot_command_line; *cp; ) {
/linux-master/arch/sparc/kernel/
H A Dsetup_64.c626 strscpy(boot_command_line, *cmdline_p, COMMAND_LINE_SIZE);
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c1827 if (strstr(boot_command_line, "console=ttyS"))
1831 omap_str = strstr(boot_command_line, "console=ttyO");
/linux-master/drivers/of/
H A Dfdt.c1185 rc = early_init_dt_scan_chosen(boot_command_line);
/linux-master/arch/x86/xen/
H A Dsetup.c933 memcpy(boot_command_line, xen_start_info->cmd_line,
/linux-master/arch/x86/kernel/cpu/
H A Dintel.c1051 ret = cmdline_find_option(boot_command_line, "split_lock_detect",
/linux-master/arch/riscv/mm/
H A Dinit.c1378 char *cmdline = boot_command_line;

Completed in 243 milliseconds

123