Searched defs:family (Results 1 – 11 of 11) sorted by relevance
/qemu/target/i386/ |
H A D | host-cpu.c | 108 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 D | helper.c | 79 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 D | cpu.c | 2072 int family; member
|
/qemu/tests/unit/ |
H A D | socket-helpers.c | 41 static int socket_can_bind_connect(const char *hostname, int family) in socket_can_bind_connect()
|
/qemu/hw/ppc/ |
H A D | pnv_core.c | 486 #define DEFINE_PNV_CORE_TYPE(family, cpu_model) \ argument
|
/qemu/util/ |
H A D | qemu-sockets.c | 91 NetworkAddressFamily inet_netfamily(int family) in inet_netfamily()
|
/qemu/include/hw/ |
H A D | boards.h | 268 const char *family; /* NULL iff @name identifies a standalone machtype */ member
|
/qemu/include/hw/firmware/ |
H A D | smbios.h | 31 const char *manufacturer, *product, *version, *serial, *sku, *family; member
|
/qemu/target/ppc/ |
H A D | cpu_init.c | 7146 DeviceClass *family = DEVICE_CLASS(ppc_cpu_get_family_class(pcc)); in ppc_cpu_list_entry() local
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 383 int family, model, stepping;\ in host_tsx_broken() local
|
/qemu/linux-user/ |
H A D | elfload.c | 264 int family = object_property_get_int(OBJECT(thread_cpu), "family", NULL); in get_elf_platform() local
|