Searched full:platform (Results 101 – 125 of 270) sorted by relevance
1234567891011
/qemu/tests/migration-stress/guestperf/ |
H A D | shell.py | 25 import platform 48 … parser.add_argument("--kernel", dest="kernel", default="/boot/vmlinuz-%s" % platform.release())
|
/qemu/docs/specs/ |
H A D | acpi_erst.rst | 9 The ACPI specification[1], in Chapter "ACPI Platform Error Interfaces 14 in Appendix N "Common Platform Error Record".
|
H A D | ppc-spapr-hcalls.rst | 8 Power Architecture Platform Reference (PAPR+) specification (IBM internal only),
|
H A D | acpi_pci_hotplug.rst | 35 Read: Hotplug features register. Used by platform to identify features
|
H A D | ppc-spapr-uv-hcalls.rst | 16 future conflicts with the IBM internally maintained Power Architecture Platform
|
H A D | fw_cfg.rst | 18 * Location: platform dependent (IOport or MMIO) 57 * Location: platform dependent (IOport\ [#placement]_ or MMIO)
|
/qemu/hw/ppc/ |
H A D | e500.c | 48 #include "hw/platform-bus.h" 323 gchar *node = g_strdup_printf("/platform@%"PRIx64, pmc->platform_bus_base); in platform_bus_create_devtree() 324 const char platcomp[] = "qemu,platform\0simple-bus"; in platform_bus_create_devtree() 331 /* Create a /platform node that we can put all devices into */ in platform_bus_create_devtree() 336 /* Our platform bus region is less than 32bit big, so 1 cell is enough for in platform_bus_create_devtree() 1102 /* Platform Bus Device */ in ppce500_init()
|
/qemu/hw/watchdog/ |
H A D | wdt_diag288.c | 123 dc->desc = "diag288 device for s390x platform"; in wdt_diag288_class_init()
|
/qemu/ui/ |
H A D | x_keymap.c | 62 * and platform & keyboard driver is in use. Thus we in qemu_xkeymap_mapping_table()
|
/qemu/include/hw/acpi/ |
H A D | generic_event_device.h | 12 * device[ACPI v6.1 Section 5.6.9] that handles all platform events,
|
/qemu/include/qemu/ |
H A D | filemonitor.h | 68 * If the platform does not support file monitoring, an
|
/qemu/docs/system/loongarch/ |
H A D | virt.rst | 4 loongson3 virt generic platform (``virt``)
|
/qemu/tests/qtest/ |
H A D | bcm2835-dma-test.c | 13 /* Offsets in raspi3b platform: */
|
/qemu/hw/acpi/ |
H A D | cxl.c | 71 * the maximum throttling group that the platform supports, and a in build_cxl_dsm_method() 72 * package containing the QTG ID(s) that the platform recommends. in build_cxl_dsm_method()
|
/qemu/docs/system/ |
H A D | target-riscv.rst | 47 ``virt`` board. This is a platform which doesn't correspond to any
|
/qemu/docs/system/arm/ |
H A D | sabrelite.rst | 5 platform featuring the powerful Freescale / NXP Semiconductor's i.MX 6 Quad
|
/qemu/bsd-user/freebsd/ |
H A D | target_os_elf.h | 128 * ARCH_DLINFO must come last so platform specific code can enforce in target_create_elf_tables()
|
/qemu/include/hw/i386/ |
H A D | x86-iommu.h | 2 * Common IOMMU interface for X86 platform
|
/qemu/hw/tpm/ |
H A D | tpm_tis_sysbus.c | 21 * TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
/qemu/tests/functional/ |
H A D | test_aarch64_rme_virt.py | 41 '"cca-platform-hash-algo-id": "sha-256"')
|
/qemu/qapi/ |
H A D | tpm.json | 6 # = TPM (trusted platform module) devices
|
H A D | misc-i386.json | 190 # @pdh: Platform Diffie-Hellman key (base64 encoded) 220 # - If SEV is not available on the platform, GenericError
|
/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 508 * a platform-dependent stride. On top of that the memory can apply 509 * platform-depending swizzling of some higher address bits into bit6. 513 * cross-driver sharing. It exists since on a given platform it does uniquely 525 * chunks column-major, with a platform-dependent height. On top of that the 526 * memory can apply platform-depending swizzling of some higher address bits 531 * cross-driver sharing. It exists since on a given platform it does uniquely 759 * Implementation may be platform and base-format specific. 772 * Implementation may be platform and base-format specific. 785 * Implementation may be platform and base-format specific. 1108 * and the software driving it knows the platform's SDRAM page size,
|
/qemu/include/hw/ppc/ |
H A D | spapr.h | 608 * for "platform-specific" hcalls. 619 /* Platform-specific hcalls used for nested HV KVM */ 792 /* Possible values for the platform-processor-diagnostics-run-mode parameter 1030 #define SPAPR_OV5_XIVE_BOTH 0x80 /* Only to advertise on the platform */
|
/qemu/hw/arm/ |
H A D | sbsa-ref.c | 2 * ARM SBSA Reference Platform emulation 208 * This versioning scheme is for informing platform fw only. It is neither: in create_fdt() 210 * a given version of the platform. in create_fdt() 913 /* platform instead of architectural choice */ in sbsa_ref_class_init()
|
1234567891011