Home
last modified time | relevance | path

Searched refs:bootorder_fw_cfg_blob (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs971 components.bootorder_fw_cfg_blob.clone(), in build_vm()
1790 bootorder_fw_cfg_blob: Vec<u8>, in setup_fw_cfg_device()
1799 if bootorder_fw_cfg_blob.len() > 1 { in setup_fw_cfg_device()
1804 bootorder_fw_cfg_blob, in setup_fw_cfg_device()
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1459 bootorder_fw_cfg_blob: Vec::new(), in setup_vm_components()
2096 let mut bootorder_fw_cfg_blob = in run_vm() localVariable
2108 bootorder_fw_cfg_blob.push(0); in run_vm()
2110 components.bootorder_fw_cfg_blob = bootorder_fw_cfg_blob; in run_vm()
2114 components.fw_cfg_enable |= components.bootorder_fw_cfg_blob.len() > 1; in run_vm()
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs373 pub bootorder_fw_cfg_blob: Vec<u8>, field
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs2070 bootorder_fw_cfg_blob: Vec::new(), in setup_vm_components()