Home
last modified time | relevance | path

Searched defs:family (Results 1 – 11 of 11) sorted by relevance

/qemu/target/i386/
H A Dhost-cpu.c108 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping) in host_cpu_vendor_fms()
147 int family, model, stepping; in host_cpu_max_instance_init() local
H A Dhelper.c79 static void cpu_x86_version(CPUX86State *env, int *family, int *model) in cpu_x86_version()
94 int family = 0; in cpu_x86_support_mca_broadcast() local
H A Dcpu.c2072 int family; member
/qemu/tests/unit/
H A Dsocket-helpers.c41 static int socket_can_bind_connect(const char *hostname, int family) in socket_can_bind_connect()
/qemu/hw/ppc/
H A Dpnv_core.c486 #define DEFINE_PNV_CORE_TYPE(family, cpu_model) \ argument
/qemu/util/
H A Dqemu-sockets.c91 NetworkAddressFamily inet_netfamily(int family) in inet_netfamily()
/qemu/include/hw/
H A Dboards.h268 const char *family; /* NULL iff @name identifies a standalone machtype */ member
/qemu/include/hw/firmware/
H A Dsmbios.h31 const char *manufacturer, *product, *version, *serial, *sku, *family; member
/qemu/target/ppc/
H A Dcpu_init.c7146 DeviceClass *family = DEVICE_CLASS(ppc_cpu_get_family_class(pcc)); in ppc_cpu_list_entry() local
/qemu/target/i386/kvm/
H A Dkvm.c383 int family, model, stepping;\ in host_tsx_broken() local
/qemu/linux-user/
H A Delfload.c264 int family = object_property_get_int(OBJECT(thread_cpu), "family", NULL); in get_elf_platform() local