Home
last modified time | relevance | path

Searched refs:rev (Results 1 – 25 of 46) sorted by relevance

12

/qemu/linux-user/
H A Dflatload.c202 int i, rev, relocs = 0; in load_flat_file() local
219 rev = ntohl(hdr->rev); in load_flat_file()
223 if (rev != FLAT_VERSION && rev != OLD_FLAT_VERSION) { in load_flat_file()
225 rev, (int) FLAT_VERSION); in load_flat_file()
230 if (rev == OLD_FLAT_VERSION && id != 0) { in load_flat_file()
239 if (rev == OLD_FLAT_VERSION && flat_old_ram_flag(flags)) in load_flat_file()
404 if (rev > OLD_FLAT_VERSION) { in load_flat_file()
H A Dflat.h25 abi_ulong rev; /* version (as above) */ member
/qemu/hw/acpi/
H A Dtpm.c109 Aml *function, *arguments, *rev, *op, *op_arg, *op_flags, *uuid; in tpm_build_ppi_acpi() local
112 rev = aml_arg(1); in tpm_build_ppi_acpi()
210 ifctx3 = aml_if(aml_equal(rev, one)); in tpm_build_ppi_acpi()
223 ifctx3 = aml_if(aml_equal(rev, aml_int(2))); in tpm_build_ppi_acpi()
353 ifctx3 = aml_if(aml_equal(rev, one)); in tpm_build_ppi_acpi()
363 ifctx3 = aml_if(aml_equal(rev, aml_int(2))); in tpm_build_ppi_acpi()
H A Daml-build.c1872 AcpiTable table = { .sig = "RSDT", .rev = 1, in build_rsdt()
1900 AcpiTable table = { .sig = "XSDT", .rev = 1, in build_xsdt()
1950 AcpiTable table = { .sig = "SLIT", .rev = 1, in build_slit()
2001 AcpiTable table = { .sig = "SPCR", .rev = rev, .oem_id = oem_id, in build_spcr()
2131 AcpiTable table = { .sig = "FACP", .rev = f->rev, in build_fadt()
2194 if (f->rev == 1) { in build_fadt()
2203 if (f->rev == 1) { in build_fadt()
2210 if ((f->rev >= 6) || ((f->rev == 5) && f->minor_ver > 0)) { in build_fadt()
2240 if (f->rev <= 4) { in build_fadt()
2249 if (f->rev == 5) { in build_fadt()
[all …]
H A Dpci.c38 AcpiTable table = { .sig = "MCFG", .rev = 1, in build_mcfg()
H A Dviot.c93 AcpiTable table = { .sig = "VIOT", .rev = 0, in build_viot()
H A Dvmgenid.c31 AcpiTable table = { .sig = "SSDT", .rev = 1, in vmgenid_build_acpi()
H A Dhmat.c273 AcpiTable table = { .sig = "HMAT", .rev = 2, in build_hmat()
H A Dcxl.c206 AcpiTable table = { .sig = "CEDT", .rev = 1, .oem_id = oem_id, in cxl_build_cedt()
/qemu/host/include/ppc/host/crypto/
H A Daes-round.h32 AESStateVec rev = { in aes_accel_ld() local
37 : "=v"(r) : "r"(p), "v"(rev), "m"(*p)); in aes_accel_ld()
55 AESStateVec rev = { in aes_accel_st() local
60 : "=m"(*p), "+v"(r) : "v"(rev), "r"(p)); in aes_accel_st()
/qemu/util/
H A Drange.c80 void range_inverse_array(GList *in, GList **rev, in range_inverse_array() argument
84 GList *l = in, *out = *rev; in range_inverse_array()
122 *rev = out; in range_inverse_array()
/qemu/hw/sd/
H A Domap_mmc.c44 int rev; member
392 return s->rev; in omap_mmc_read()
458 s->clkdiv = (value >> 0) & (s->rev >= 2 ? 0x3ff : 0xff); in omap_mmc_write()
485 if (s->cto > 0xfd && s->rev <= 1) in omap_mmc_write()
533 s->sdio = value & (s->rev >= 2 ? 0xfbf3 : 0x2020); in omap_mmc_write()
605 s->rev = 1; in omap_mmc_init()
631 s->rev = 2; in omap2_mmc_init()
/qemu/contrib/gitdm/
H A Ddomain-map43 rev.ng rev.ng Labs
/qemu/hw/arm/
H A Dvirt-acpi-build.c279 AcpiTable table = { .sig = "IORT", .rev = 3, .oem_id = vms->oem_id, in build_iort()
477 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat()
540 AcpiTable table = { .sig = "GTDT", .rev = 3, .oem_id = vms->oem_id, in build_gtdt()
592 AcpiTable table = { .sig = "DBG2", .rev = 0, .oem_id = vms->oem_id, in build_dbg2()
666 AcpiTable table = { .sig = "APIC", .rev = 4, .oem_id = vms->oem_id, in build_madt()
773 .rev = 6, in build_fadt_rev6()
806 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = vms->oem_id, in build_dsdt()
/qemu/hw/riscv/
H A Dvirt-acpi-build.c237 AcpiTable table = { .sig = "RHCT", .rev = 1, .oem_id = s->oem_id, in build_rhct()
376 .rev = 6, in build_fadt_rev6()
394 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = s->oem_id, in build_dsdt()
474 AcpiTable table = { .sig = "APIC", .rev = 6, .oem_id = s->oem_id, in build_madt()
581 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat()
/qemu/hw/i386/
H A Dacpi-microvm.c110 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = x86ms->oem_id, in build_dsdt_microvm()
158 .rev = 5, in acpi_build_microvm()
H A Dacpi-common.c104 AcpiTable table = { .sig = "APIC", .rev = 3, .oem_id = oem_id, in acpi_build_madt()
H A Dacpi-build.c150 .rev = 3, in init_common_fadt_data()
212 pm->fadt.rev = 1; in acpi_get_pm_info()
1441 AcpiTable table = { .sig = "DSDT", .rev = 1, .oem_id = x86ms->oem_id, in build_dsdt()
1868 AcpiTable table = { .sig = "HPET", .rev = 1, in build_hpet()
1901 AcpiTable table = { .sig = "TCPA", .rev = 2, in build_tpm_tcpa()
1943 AcpiTable table = { .sig = "SRAT", .rev = 1, .oem_id = x86ms->oem_id, in build_srat()
2137 AcpiTable table = { .sig = "DMAR", .rev = 1, .oem_id = oem_id, in build_dmar_q35()
2212 AcpiTable table = { .sig = "WAET", .rev = 1, .oem_id = oem_id, in build_waet()
2331 AcpiTable table = { .sig = "IVRS", .rev = 1, .oem_id = oem_id, in build_amd_iommu()
/qemu/hw/loongarch/
H A Dacpi-build.c54 .rev = 5, in init_common_fadt_data()
115 AcpiTable table = { .sig = "APIC", .rev = 1, .oem_id = lvms->oem_id, in build_madt()
175 AcpiTable table = { .sig = "SRAT", .rev = 1, .oem_id = lvms->oem_id, in build_srat()
406 AcpiTable table = { .sig = "DSDT", .rev = 1, .oem_id = lvms->oem_id, in build_dsdt()
/qemu/qapi/
H A Dacpi.json33 # @rev: table revision number (dependent on signature, 1 byte)
62 '*rev': 'uint8',
/qemu/hw/cxl/
H A Dcxl-component-utils.c374 uint16_t type, uint8_t rev, uint8_t *body) in cxl_component_create_dvsec() argument
383 assert((rev & ~0xf) == 0); in cxl_component_create_dvsec()
388 (length << 20) | (rev << 16) | CXL_VENDOR_ID); in cxl_component_create_dvsec()
/qemu/docs/specs/
H A Divshmem-spec.rst65 bit 0: peer interrupt (rev 0)
66 reserved (rev 1)
69 bit 0: peer interrupt (rev 0)
70 reserved (rev 1)
/qemu/include/hw/acpi/
H A Dacpi-defs.h69 uint8_t rev; /* Revision */ member
H A Daml-build.h419 const uint8_t rev; member
502 const AcpiSpcrData *f, const uint8_t rev,
/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml28 version="$(git describe --match v[0-9]* 2>/dev/null || git rev-parse --short HEAD)";

12