Home
last modified time | relevance | path

Searched refs:X86MachineClass (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dx86.h29 struct X86MachineClass { struct
111 OBJECT_DECLARE_TYPE(X86MachineState, X86MachineClass, X86_MACHINE)
H A Dmicrovm.h78 X86MachineClass parent;
H A Dpc.h85 X86MachineClass parent_class;
/openbmc/qemu/hw/i386/
H A Dacpi-common.c102 X86MachineClass *x86mc = X86_MACHINE_GET_CLASS(x86ms); in acpi_build_madt()
H A Dx86.c378 X86MachineClass *x86mc = X86_MACHINE_CLASS(oc); in x86_machine_class_init()
451 .class_size = sizeof(X86MachineClass),
H A Dpc_q35.c634 X86MachineClass *x86mc = X86_MACHINE_CLASS(m); in pc_q35_machine_2_6_options()
648 X86MachineClass *x86mc = X86_MACHINE_CLASS(m); in pc_q35_machine_2_5_options()
H A Dpc_piix.c741 X86MachineClass *x86mc = X86_MACHINE_CLASS(m); in pc_i440fx_machine_2_6_options()
755 X86MachineClass *x86mc = X86_MACHINE_CLASS(m); in pc_i440fx_machine_2_5_options()
H A Dmicrovm.c639 X86MachineClass *x86mc = X86_MACHINE_CLASS(oc); in microvm_class_init()
H A Dpc.c1755 X86MachineClass *x86mc = X86_MACHINE_CLASS(oc); in pc_machine_class_init()
/openbmc/qemu/target/i386/
H A Dmachine.c1064 X86MachineClass *x86mc = X86_MACHINE_CLASS(mc); in tsc_khz_needed()