Home
last modified time | relevance | path

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

/qemu/docs/system/s390x/
H A Dvfio-ap.rst103 APQN is defined by the matrix calculated from the APM and AQM; it is the
163 the AP resources configured for the LPAR. The LPAR's AP matrix is
317 Configuring an AP matrix for a linux guest
320 The sysfs interfaces for configuring an AP matrix for a guest are built on the
321 VFIO mediated device framework. To configure an AP matrix for a guest, a
322 mediated matrix device must first be created for the ``/sys/devices/vfio_ap/matrix``
325 creating mediated matrix devices is created::
329 ......[matrix]
335 A mediated AP matrix device is created by writing a UUID to the attribute file
346 When a mediated AP matrix device is created, a sysfs directory named after
[all …]
/qemu/hw/arm/
H A Dsbsa-ref.c223 uint32_t *matrix = g_malloc0(size); in create_fdt() local
229 matrix[idx + 0] = cpu_to_be32(i); in create_fdt()
230 matrix[idx + 1] = cpu_to_be32(j); in create_fdt()
231 matrix[idx + 2] = in create_fdt()
238 matrix, size); in create_fdt()
239 g_free(matrix); in create_fdt()
H A Dvirt.c330 uint32_t *matrix = g_malloc0(size); in create_fdt() local
336 matrix[idx + 0] = cpu_to_be32(i); in create_fdt()
337 matrix[idx + 1] = cpu_to_be32(j); in create_fdt()
338 matrix[idx + 2] = in create_fdt()
347 matrix, size); in create_fdt()
348 g_free(matrix); in create_fdt()
/qemu/tests/unit/
H A Dtest-util-sockets.c294 abstract_socket_matrix_row matrix[ABSTRACT_SOCKET_VARIANTS] = { in test_socket_unix_abstract() local
326 test_socket_unix_abstract_row(&matrix[i]); in test_socket_unix_abstract()
/qemu/docs/system/arm/
H A Demulation.rst16 - FEAT_AA32I8MM (AArch32 Int8 matrix multiplication instructions)
80 - FEAT_I8MM (AArch64 Int8 matrix multiplication instructions)
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py281 matrix = dict()
84 matrix[types_present[index]] = self.structures[index]
86 if matrix.has_key(types_present[index]):
87 matrix[types_present[index]].append(self.structures[index])
89 matrix[types_present[index]] = [self.structures[index]]
90 return matrix[num]
/qemu/target/arm/tcg/
H A Dsve.decode1451 ## SVE integer matrix multiply accumulate
1604 ### SVE2 floating point matrix multiply accumulate
/qemu/docs/devel/migration/
H A Dcompatibility.rst463 Not really, now our matrix is much bigger. We started with the easy
/qemu/docs/devel/
H A Dstyle.rst104 * Some people like to tile their 24" screens with a 6x4 matrix of 80x24
/qemu/
H A Dmeson.build1807 # that implied by our platform support matrix