Home
last modified time | relevance | path

Searched defs:hypervisor (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs1307 let hypervisor: MockHypervisor = Default::default(); in device_info_new_without_symbols() localVariable
1321 let hypervisor: MockHypervisor = Default::default(); in device_info_new_without_device() localVariable
1335 let hypervisor = MockHypervisor { in device_info_assigned_info_without_iommus() localVariable
1360 let hypervisor = MockHypervisor { in device_info_assigned_info() localVariable
1385 let hypervisor = MockHypervisor { in device_info_filter() localVariable
1428 let hypervisor = MockHypervisor { in device_info_patch() localVariable
1481 let hypervisor = MockHypervisor { in device_info_patch_no_pviommus() localVariable
1518 let hypervisor = MockHypervisor { in device_info_overlay_iommu() localVariable
1558 let hypervisor = MockHypervisor { in device_info_multiple_devices_iommus() localVariable
1617 let hypervisor = MockHypervisor { in device_info_iommu_sharing() localVariable
[all …]
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/
Dkvm.rs42 let hypervisor = get_mem_sharer() in get_granule() localVariable
58 let hypervisor = get_mem_sharer() in share_pages() localVariable
95 let hypervisor = get_mem_sharer() in unshare_pages() localVariable
/aosp_15_r20/external/crosvm/hypervisor/tests/kvm/
H A Dx86_64.rs38 let hypervisor = Kvm::new().unwrap(); in get_supported_cpuid() localVariable
52 let hypervisor = Kvm::new().unwrap(); in entries_double_on_error() localVariable
/aosp_15_r20/packages/modules/Virtualization/libs/libhypervisor_backends/src/
Dlib.rs22 mod hypervisor; module
/aosp_15_r20/external/crosvm/riscv64/
H A DCargo.toml16 hypervisor = { path = "../hypervisor" } qkey
/aosp_15_r20/external/crosvm/aarch64/
H A DCargo.toml18 hypervisor = { path = "../hypervisor" } qkey
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/
H A Dsnapshot.proto55 optional int32 hypervisor = 5; field
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/
H A Dsnapshot.proto55 optional int32 hypervisor = 5; field
/aosp_15_r20/external/crosvm/hypervisor/
H A DCargo.toml2 name = "hypervisor" package
/aosp_15_r20/external/crosvm/vm_control/
H A DCargo.toml23 hypervisor = { path = "../hypervisor" } qkey
/aosp_15_r20/external/crosvm/x86_64/
H A DCargo.toml21 hypervisor = { path = "../hypervisor" } qkey
/aosp_15_r20/external/crosvm/arch/
H A DCargo.toml24 hypervisor = { path = "../hypervisor" } qkey
/aosp_15_r20/external/crosvm/fuzz/
H A DCargo.toml17 hypervisor = { path = "../hypervisor" } qkey
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/sys/
H A Dwindows.rs81 let hypervisor = get_hypervisor(); in get_hypervisor_args() localVariable
/aosp_15_r20/external/crosvm/
H A Dcargo_embargo.json189 "hypervisor": { object
H A DCargo.toml512 hypervisor = { path = "hypervisor" } qkey
/aosp_15_r20/external/crosvm/devices/
H A DCargo.toml72 hypervisor = { path = "../hypervisor" } qkey
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs2317 let mut hypervisor = cfg in run_config_inner() localVariable
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dconfig.rs750 pub hypervisor: Option<HypervisorKind>, field
H A Dcmdline.rs1521 pub hypervisor: Option<HypervisorKind>, field
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1862 let hypervisor = cfg in run_config() localVariable
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto18652 optional Hypervisor hypervisor = 1; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h386506 inline ::android::os::statsd::VmCreationRequested_Hypervisor VmCreationRequested::hypervisor() cons… in hypervisor() function