Home
last modified time | relevance | path

Searched full:family (Results 1 – 25 of 140) sorted by relevance

123456

/qemu/scripts/
H A Drdma-migration-helper.sh45 family=$1
48 "$family"_interfaces | grep -qw $r && get_"$family"_addr $r && return
56 family=$1
57 for i in $("$family"_interfaces)
60 echo "$family: Reuse the existing rdma/rxe ${i}_rxe" \
61 "for $i with $(get_"$family"_addr $i)"
66 echo "$family: Setup new rdma/rxe ${i}_rxe" \
67 "for $i with $(get_"$family"_addr $i)"
72 echo "$family: Failed to setup any new rdma/rxe link" >&2
83 echo "Unknown ip family '$IP_FAMILY', only ipv4 or ipv6 is supported." >&2
H A Dqemu-binfmt-conf.sh208 --ignore-family: if yes, it is assumed that the host CPU (e.g. riscv64)
210 part of the same family (e.g. riscv32).
328 family=$(eval echo \$${cpu}_family)
337 if [ "$magic" = "" ] || [ "$mask" = "" ] || [ "$family" = "" ] ; then
342 if [ "$host_family" = "$family" ] ; then
343 # When --ignore-family is used, we have to generate rules even
344 # for targets that are in the same family as the host CPU. The
369 persistent:,preserve-argv0:,ignore-family:"
430 -i|--ignore-family)
/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() argument
115 if (!family && !model && !stepping) { in host_cpu_vendor_fms()
120 if (family) { in host_cpu_vendor_fms()
121 *family = ((eax >> 8) & 0x0F) + ((eax >> 20) & 0xFF); in host_cpu_vendor_fms()
147 int family, model, stepping; in host_cpu_max_instance_init() local
152 host_cpu_vendor_fms(vendor, &family, &model, &stepping); in host_cpu_max_instance_init()
156 object_property_set_int(OBJECT(cpu), "family", family, &error_abort); in host_cpu_max_instance_init()
H A Dhelper.c79 static void cpu_x86_version(CPUX86State *env, int *family, int *model) in cpu_x86_version() argument
83 if (family == NULL || model == NULL) { in cpu_x86_version()
87 *family = (cpuver >> 8) & 0x0f; in cpu_x86_version()
94 int family = 0; in cpu_x86_support_mca_broadcast() local
101 cpu_x86_version(env, &family, &model); in cpu_x86_support_mca_broadcast()
102 if ((family == 6 && model >= 14) || family > 6) { in cpu_x86_support_mca_broadcast()
H A Dhost-cpu.h18 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping);
/qemu/qapi/
H A Dui.json215 # @family: address family
222 'family': 'NetworkAddressFamily' },
346 # "family": "ipv4",
355 # "family": "ipv4",
386 # "server": { "port": "5920", "family": "ipv4", "host": "127.0.0.1"},
387 # "client": {"port": "52873", "family": "ipv4", "host": "127.0.0.1"}
412 # "family": "ipv4", "host": "127.0.0.1"},
413 # "client": {"port": "49004", "family": "ipv4", "channel-type": 3,
439 # "server": { "port": "5920", "family": "ipv4", "host": "127.0.0.1"},
440 # "client": {"port": "52873", "family": "ipv4", "host": "127.0.0.1"}
[all …]
H A Dsockets.json11 # The network address family
13 # @ipv4: IPV4 family
15 # @ipv6: IPV6 family
19 # @vsock: vsock family (since 2.8)
/qemu/python/tests/
H A Dprotocol.py297 async def _bad_connection(self, family: str):
298 assert family in ('INET', 'UNIX')
300 if family == 'INET':
302 elif family == 'UNIX':
309 async def _bad_connection_test(self, family: str):
313 await self._bad_connection(family)
425 async def _bad_connection(self, family: str):
426 assert family in ('INET', 'UNIX')
428 if family == 'INET':
430 elif family == 'UNIX':
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css10 font-family: serif;
16 font-family: sans-serif;
52 font-family: monospace;
58 font-family: sans-serif;
181 font-family: "Courier New", Courier, monospace
188 font-family: "Courier New", Courier, monospace
/qemu/linux-user/
H A Duname.c58 int family = object_property_get_int(OBJECT(cpu), "family", NULL); in cpu_to_uname_machine()
59 if (family == 4) { in cpu_to_uname_machine()
62 if (family == 5) { in cpu_to_uname_machine()
/qemu/pc-bios/dtb/
H A Dpetalogix-s3adsp1800.dts65 xlnx,family = "spartan3adsp";
125 xlnx,family = "spartan3adsp";
134 xlnx,family = "spartan3adsp";
220 xlnx,family = "spartan3adsp";
241 xlnx,family = "spartan3adsp";
249 xlnx,family = "spartan3adsp";
274 xlnx,family = "spartan3adsp";
H A Dpetalogix-ml605.dts77 xlnx,family = "virtex6";
186 xlnx,family = "virtex6";
211 xlnx,family = "virtex6";
226 xlnx,family = "virtex6";
250 xlnx,family = "virtex6";
/qemu/include/hw/rtc/
H A Dallwinner-rtc.h47 /** Allwinner RTC sun4i family (A10, A12) */
50 /** Allwinner RTC sun6i family and newer (A31, H2+, H3, etc) */
53 /** Allwinner RTC sun7i family (A20) */
/qemu/target/ppc/
H A Dcpu-models.h43 /* PowerPC 405 family */
72 /* PowerPC 440 family */
119 /* e200 family */
123 /* e300 family */
132 /* e500 family */
200 /* e600 family */
H A Dcpu-models.c51 .parent = stringify(_type) "-family-" TYPE_POWERPC_CPU, \
70 /* PowerPC 405 family */
119 /* PowerPC 440 family */
184 /* MPC5xx family (aka RCPU) */
189 /* MPC8xx family (aka PowerQUICC) */
194 /* MPC82xx family (aka PowerQUICC-II) */
230 /* e200 family */
235 /* e300 family */
289 /* e500 family */
413 /* e600 family */
[all …]
/qemu/python/qemu/machine/
H A Dqtest.py78 family = socket.AF_INET
80 family = socket.AF_UNIX
81 return socket.socket(family, socket.SOCK_STREAM)
/qemu/tests/functional/
H A Dtest_arm_bpim2u.py82 'Allwinner sun8i Family')
123 'Allwinner sun8i Family')
174 'Allwinner sun8i Family')
/qemu/include/hw/watchdog/
H A Dallwinner-wdt.h40 /** Allwinner WDT sun4i family (A10, A12), also sun7i (A20) */
43 /** Allwinner WDT sun6i family and newer (A31, H2+, H3, etc) */
/qemu/bsd-user/
H A Derrno_defs.h93 #define TARGET_EPFNOSUPPORT 46 /* Protocol family not supported */
94 #define TARGET_EAFNOSUPPORT 47 /* Address family not supported by protocol family
/qemu/tests/unit/
H A Dsocket-helpers.c41 static int socket_can_bind_connect(const char *hostname, int family) in socket_can_bind_connect() argument
55 ai.ai_family = family; in socket_can_bind_connect()
/qemu/include/hw/sd/
H A Dallwinner-sdhost.h35 /** Allwinner sun4i family (A10, A12) */
38 /** Allwinner sun5i family and newer (A13, H2+, H3, etc) */
/qemu/docs/system/ppc/
H A Dembedded.rst1 Embedded family boards
/qemu/hw/misc/
H A Dmac_via.c58 * [Macintosh Family Hardware]
67 * [Macintosh Family] On the SE/30, this
76 * [Macintosh Family] "Floppy disk
80 * [Macintosh Family] On SE/30,II,IIx,IIcx
100 * [Macintosh Family] Correct on all but IIfx
104 * Macintosh Family Hardware sez: bits 0-2 of VIA1A are volume control
123 * Info on VIA1B is from Macintosh Family Hardware & MkLinux.
152 * The below info is from 'Macintosh Family Hardware.'
257 * Mac family says never to *change* this.
273 * Apple Macintosh Family Hardware Refenece
[all …]
/qemu/linux-user/hppa/
H A Dtarget_proc.h16 dprintf(fd, "cpu family\t: PA-RISC 1.1e\n"); in open_cpuinfo()
/qemu/target/riscv/
H A DXVentanaCondOps.decode8 # Reference: VTx-family custom instructions

123456