Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 72) sorted by relevance

123

/qemu/block/
A Dqcow2-cache.c49 static inline void *qcow2_cache_get_table_addr(Qcow2Cache *c, int table) in qcow2_cache_get_table_addr()
54 static inline int qcow2_cache_get_table_idx(Qcow2Cache *c, void *table) in qcow2_cache_get_table_idx()
325 void **table, bool read_from_disk) in qcow2_cache_do_get()
407 void **table) in qcow2_cache_get()
413 void **table) in qcow2_cache_get_empty()
418 void qcow2_cache_put(Qcow2Cache *c, void **table) in qcow2_cache_put()
432 void qcow2_cache_entry_mark_dirty(Qcow2Cache *c, void *table) in qcow2_cache_entry_mark_dirty()
451 void qcow2_cache_discard(Qcow2Cache *c, void *table) in qcow2_cache_discard()
A Dqed-table.c25 qed_read_table(BDRVQEDState *s, uint64_t offset, QEDTable *table) in qed_read_table()
67 qed_write_table(BDRVQEDState *s, uint64_t offset, QEDTable *table, in qed_write_table()
A Dqed-check.c69 static unsigned int qed_check_l2_table(QEDCheck *check, QEDTable *table) in qed_check_l2_table()
111 qed_check_l1_table(QEDCheck *check, QEDTable *table) in qed_check_l1_table()
A Dqed-cluster.c31 QEDTable *table, in qed_count_contiguous_clusters()
/qemu/hw/acpi/
A Dghes.c81 static void build_ghes_hw_error_notification(GArray *table, const uint8_t type) in build_ghes_hw_error_notification()
110 static void acpi_ghes_generic_error_data(GArray *table, in acpi_ghes_generic_error_data()
146 static void acpi_ghes_generic_error_status(GArray *table, uint32_t block_status, in acpi_ghes_generic_error_status()
163 static void acpi_ghes_build_append_mem_cper(GArray *table, in acpi_ghes_build_append_mem_cper()
365 AcpiTable table = { .sig = "HEST", .rev = 1, in acpi_build_hest() local
A Dviot.c93 AcpiTable table = { .sig = "VIOT", .rev = 0, in build_viot() local
A Daml-build.c371 void build_append_int_noprefix(GArray *table, uint64_t value, int size) in build_append_int_noprefix()
381 static void build_append_int(GArray *table, uint64_t value) in build_append_int()
407 void build_append_gas(GArray *table, AmlAddressSpace as, in build_append_gas()
1763 unsigned acpi_data_len(GArray *table) in acpi_data_len()
1871 AcpiTable table = { .sig = "RSDT", .rev = 1, in build_rsdt() local
1899 AcpiTable table = { .sig = "XSDT", .rev = 1, in build_xsdt() local
2032 AcpiTable table = { .sig = "SLIT", .rev = 1, in build_slit() local
2083 AcpiTable table = { .sig = "SPCR", .rev = rev, .oem_id = oem_id, in build_spcr() local
2145 AcpiTable table = { .sig = "PPTT", .rev = 2, in build_pptt() local
2213 AcpiTable table = { .sig = "FACP", .rev = f->rev, in build_fadt() local
[all …]
A Dhmat.c273 AcpiTable table = { .sig = "HMAT", .rev = 2, in build_hmat() local
A Dvmgenid.c31 AcpiTable table = { .sig = "SSDT", .rev = 1, in vmgenid_build_acpi() local
A Dcxl.c206 AcpiTable table = { .sig = "CEDT", .rev = 1, .oem_id = oem_id, in cxl_build_cedt() local
/qemu/tests/qemu-iotests/
A Dqed.py84 def write_table(self, offset, table): argument
88 def random_table_item(table): argument
94 def corrupt_table_duplicate(table): argument
103 def corrupt_table_invalidate(qed, table): argument
/qemu/ui/
A Dkeymaps.c43 static int get_keysym(const name2keysym_t *table, in get_keysym()
86 const name2keysym_t *table, in parse_keyboard_layout()
176 kbd_layout_t *init_keyboard_layout(const name2keysym_t *table, in init_keyboard_layout()
/qemu/monitor/
A Dhmp-target.c151 HMPCommand *table = info ? hmp_info_cmds : hmp_cmds; in monitor_register_hmp() local
167 HMPCommand *table = hmp_info_cmds; in monitor_register_hmp_info_hrt() local
/qemu/docs/specs/
A Dsev-guest-firmware.rst124 .. _OVMF Reset Vector file:
/qemu/hw/arm/
A Dvirt-acpi-build.c284 AcpiTable table = { .sig = "IORT", .rev = 3, .oem_id = vms->oem_id, in build_iort() local
482 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat() local
545 AcpiTable table = { .sig = "GTDT", .rev = 3, .oem_id = vms->oem_id, in build_gtdt() local
597 AcpiTable table = { .sig = "DBG2", .rev = 0, .oem_id = vms->oem_id, in build_dbg2() local
671 AcpiTable table = { .sig = "APIC", .rev = 4, .oem_id = vms->oem_id, in build_madt() local
811 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = vms->oem_id, in build_dsdt() local
/qemu/hw/i386/
A Dacpi-build.c769 static void build_hpet_aml(Aml *table) in build_hpet_aml()
856 static void build_dbg_aml(Aml *table) in build_dbg_aml()
1001 static void build_piix4_pci0_int(Aml *table) in build_piix4_pci0_int()
1114 static void build_q35_pci0_int(Aml *table) in build_q35_pci0_int()
1216 static void build_x86_acpi_pci_hotplug(Aml *table, uint64_t pcihp_addr) in build_x86_acpi_pci_hotplug()
1322 static void build_acpi0017(Aml *table) in build_acpi0017()
1795 AcpiTable table = { .sig = "HPET", .rev = 1, in build_hpet() local
1828 AcpiTable table = { .sig = "TCPA", .rev = 2, in build_tpm_tcpa() local
2064 AcpiTable table = { .sig = "DMAR", .rev = 1, .oem_id = oem_id, in build_dmar_q35() local
2139 AcpiTable table = { .sig = "WAET", .rev = 1, .oem_id = oem_id, in build_waet() local
[all …]
A De820_memory_layout.c29 int e820_get_table(struct e820_entry **table) in e820_get_table()
A Dacpi-common.c104 AcpiTable table = { .sig = "APIC", .rev = 3, .oem_id = oem_id, in acpi_build_madt() local
A Dacpi-microvm.c110 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = x86ms->oem_id, in build_dsdt_microvm() local
/qemu/hw/loongarch/
A Dacpi-build.c116 AcpiTable table = { .sig = "APIC", .rev = 1, .oem_id = lvms->oem_id, in build_madt() local
176 AcpiTable table = { .sig = "SRAT", .rev = 1, .oem_id = lvms->oem_id, in build_srat() local
294 static void build_uart_device_aml(Aml *table, int index) in build_uart_device_aml()
450 AcpiTable table = { .sig = "DSDT", .rev = 1, .oem_id = lvms->oem_id, in build_dsdt() local
/qemu/hw/riscv/
A Dvirt-acpi-build.c261 AcpiTable table = { .sig = "RHCT", .rev = 1, .oem_id = s->oem_id, in build_rhct() local
418 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = s->oem_id, in build_dsdt() local
506 AcpiTable table = { .sig = "APIC", .rev = 6, .oem_id = s->oem_id, in build_madt() local
613 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat() local
/qemu/include/exec/
A Dtlb-common.h53 CPUTLBEntry *table; member
/qemu/tests/qtest/
A Dacpi-utils.h42 #define ACPI_FOREACH_RSDT_ENTRY(table, table_len, entry_ptr, entry_size) \ argument
/qemu/pc-bios/optionrom/
A Dpvh_main.c43 struct hvm_memmap_table_entry table[E820_MAXENTRIES]; member
/qemu/hw/smbios/
A Dsmbios_legacy.c160 struct smbios_table *table; in smbios_get_table_legacy() local

Completed in 56 milliseconds

123