Home
last modified time | relevance | path

Searched refs:KCMDLINE_PARAM_EARLY_KV (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/kcmdline_macros/src/
H A Dlib.rs59 #[::linkme::distributed_slice(crate::init::cmdline::KCMDLINE_PARAM_EARLY_KV)]
/DragonOS/kernel/src/init/
H A Dcmdline.rs13 pub static KCMDLINE_PARAM_EARLY_KV: [KernelCmdlineParameter] = [..]; variable
288 KCMDLINE_PARAM_EARLY_KV.iter().for_each(|x| { in early_init()
418 KCmdlineParamType::EarlyKV => &KCMDLINE_PARAM_EARLY_KV, in find_param()