Searched refs:has_bios (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/aarch64/src/ |
D | lib.rs | 199 fn fdt_offset(mem_size: u64, has_bios: bool) -> u64 { in fdt_offset() 203 if has_bios { in fdt_offset() 247 let has_bios = match components.vm_image { in build_vm() localVariable 274 Self::configure_vcpu_early(vm.get_memory(), &vcpu, vcpu_id, use_pmu, has_bios)?; in build_vm() 381 fdt_offset(components.memory_size, has_bios), in build_vm() 402 has_bios, in build_vm() 488 has_bios: bool, in configure_vcpu_early() 507 let entry_addr = if has_bios { in configure_vcpu_early() 517 let fdt_addr = (AARCH64_PHYS_MEM_START + fdt_offset(mem_size, has_bios)) as u64; in configure_vcpu_early()
|
/external/crosvm/arch/src/ |
D | lib.rs | 109 pub has_bios: bool, field 191 has_bios: bool, in configure_vcpu()
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 527 has_bios: matches!(components.vm_image, VmImage::Bios(_)), in build_vm() 546 has_bios: bool, in configure_vcpu() 552 if has_bios { in configure_vcpu()
|
/external/crosvm/src/ |
D | linux.rs | 1826 has_bios: bool, in runnable_vcpu() 1865 has_bios, in runnable_vcpu() 1983 has_bios: bool, in run_vcpu() 2015 has_bios, in run_vcpu() 2889 linux.has_bios, in run_control()
|