Home
last modified time | relevance | path

Searched defs:bootparam (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libboot/src/
H A Dx86.rs186 let bootparam = BootParams::from_bytes_ref(&kernel[..])?; in boot_linux_bzimage() localVariable
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs21 pub mod bootparam; module