Home
last modified time | relevance | path

Searched defs:builtin_cmdline (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/kernel/
H A Dsetup.c70 static const char builtin_cmdline[] __initconst = CONFIG_CMDLINE; variable
72 static const char builtin_cmdline[] __initconst = ""; variable
/linux/arch/loongarch/kernel/
H A Drelocate.c133 const char *builtin_cmdline = CONFIG_CMDLINE; in kaslr_disabled() local
/linux/arch/x86/kernel/
H A Dsetup.c231 char builtin_cmdline[COMMAND_LINE_SIZE] = CONFIG_CMDLINE; variable