Home
last modified time | relevance | path

Searched defs:vms (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dvirt.c269 static void create_fdt(VirtMachineState *vms) in create_fdt()
352 static void fdt_add_timer_nodes(const VirtMachineState *vms) in fdt_add_timer_nodes()
424 static void fdt_add_cpu_nodes(const VirtMachineState *vms) in fdt_add_cpu_nodes()
540 static void fdt_add_its_gic_node(VirtMachineState *vms) in fdt_add_its_gic_node()
560 static void fdt_add_v2m_gic_node(VirtMachineState *vms) in fdt_add_v2m_gic_node()
579 static void fdt_add_gic_node(VirtMachineState *vms) in fdt_add_gic_node()
657 static void fdt_add_pmu_nodes(const VirtMachineState *vms) in fdt_add_pmu_nodes()
685 static inline DeviceState *create_acpi_ged(VirtMachineState *vms) in create_acpi_ged()
711 static void create_its(VirtMachineState *vms) in create_its()
738 static void create_v2m(VirtMachineState *vms) in create_v2m()
[all …]
H A Dvirt-acpi-build.c67 static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_cpus()
123 uint32_t irq, VirtMachineState *vms) in acpi_dsdt_add_pci()
172 static void acpi_dsdt_add_tpm(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_tpm()
275 build_iort(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_iort()
440 spcr_setup(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in spcr_setup()
479 build_srat(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_srat()
538 build_gtdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_gtdt()
599 build_dbg2(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_dbg2()
670 build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_madt()
778 VirtMachineState *vms, unsigned dsdt_tbl_offset) in build_fadt_rev6()
[all …]
H A Dvexpress.c275 static void a9_daughterboard_init(VexpressMachineState *vms, in a9_daughterboard_init()
358 static void a15_daughterboard_init(VexpressMachineState *vms, in a15_daughterboard_init()
545 VexpressMachineState *vms = VEXPRESS_MACHINE(machine); in vexpress_common_init() local
727 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_get_secure() local
734 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_set_secure() local
741 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_get_virt() local
748 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_set_virt() local
755 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_instance_init() local
763 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_a15_instance_init() local
774 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_a9_instance_init() local
/openbmc/qemu/hw/acpi/
H A Dvmgenid.c25 void vmgenid_build_acpi(VmGenIdState *vms, GArray *table_data, GArray *guid, in vmgenid_build_acpi()
123 void vmgenid_add_fw_cfg(VmGenIdState *vms, FWCfgState *s, GArray *guid) in vmgenid_add_fw_cfg()
134 static void vmgenid_update_guest(VmGenIdState *vms) in vmgenid_update_guest()
171 VmGenIdState *vms = opaque; in vmgenid_post_load() local
189 VmGenIdState *vms = VMGENID(opaque); in vmgenid_handle_reset() local
196 VmGenIdState *vms = VMGENID(dev); in vmgenid_realize() local
H A Dvmclock.c27 void vmclock_build_acpi(VmclockState *vms, GArray *table_data, in vmclock_build_acpi()
64 static void vmclock_update_guest(VmclockState *vms) in vmclock_update_guest()
93 VmclockState *vms = opaque; in vmclock_post_load() local
112 VmclockState *vms = VMCLOCK(opaque); in vmclock_handle_reset() local
123 VmclockState *vms = VMCLOCK(dev); in vmclock_realize() local
/openbmc/qemu/hw/vmapple/
H A Dvmapple.c134 static void create_bdif(VMAppleMachineState *vms, MemoryRegion *mem) in create_bdif()
167 static void create_pvpanic(VMAppleMachineState *vms, MemoryRegion *mem) in create_pvpanic()
178 static bool create_cfg(VMAppleMachineState *vms, MemoryRegion *mem, in create_cfg()
205 static void create_gfx(VMAppleMachineState *vms, MemoryRegion *mem) in create_gfx()
219 static void create_aes(VMAppleMachineState *vms, MemoryRegion *mem) in create_aes()
236 static void create_gic(VMAppleMachineState *vms, MemoryRegion *mem) in create_gic()
287 static void create_uart(const VMAppleMachineState *vms, int uart, in create_uart()
302 static void create_rtc(const VMAppleMachineState *vms) in create_rtc()
317 static void create_gpio_devices(const VMAppleMachineState *vms, int gpio, in create_gpio_devices()
337 static void vmapple_firmware_init(VMAppleMachineState *vms, in vmapple_firmware_init()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vmx.c41 vector int vms[] = { variable
/openbmc/linux/tools/testing/selftests/kvm/
H A Dkvm_binary_stats_test.c191 struct kvm_vm **vms; in main() local
/openbmc/qemu/include/hw/arm/
H A Dvirt.h194 static uint32_t virt_redist_capacity(VirtMachineState *vms, int region) in virt_redist_capacity()
207 static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) in virt_gicv3_redist_region_count()
/openbmc/linux/mm/
H A Dpercpu-vm.c336 struct vm_struct **vms; in pcpu_create_chunk() local
H A Dvmalloc.c4040 struct vm_struct **vms; in pcpu_get_vm_areas() local
4279 void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
/openbmc/linux/include/linux/
H A Dvmalloc.h277 pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) in pcpu_free_vm_areas()
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c397 VmGenIdState *vms; in qmp_query_vm_generation_id() local
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py476 vms = [stack.enter_context(QEMUMachine(binary=binary, qmp_timer=15, variable
/openbmc/qemu/hw/loongarch/
H A Dvirt-acpi-build.c442 static void acpi_dsdt_add_tpm(Aml *scope, LoongArchVirtMachineState *vms) in acpi_dsdt_add_tpm()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c612 build_srat(GArray *table_data, BIOSLinker *linker, RISCVVirtState *vms) in build_srat()