Home
last modified time | relevance | path

Searched refs:c6x_command_line (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/c6x/include/asm/
Dsetup.h17 extern char c6x_command_line[COMMAND_LINE_SIZE];
/linux-3.4.99/arch/c6x/kernel/
Dsetup.c71 char c6x_command_line[COMMAND_LINE_SIZE]; variable
296 strlcpy(boot_command_line, c6x_command_line, COMMAND_LINE_SIZE); in machine_init()
308 *cmdline_p = c6x_command_line; in setup_arch()
Ddevicetree.c27 of_scan_flat_dt(early_init_dt_scan_chosen, c6x_command_line); in early_init_devtree()