Home
last modified time | relevance | path

Searched refs:entry_size (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/common/
H A Dimage-android-dt.c46 u32 entry_count, entries_offset, entry_size; in android_dt_get_fdt_by_index() local
53 entry_size = fdt32_to_cpu(hdr->dt_entry_size); in android_dt_get_fdt_by_index()
62 e_addr = hdr_addr + entries_offset + index * entry_size; in android_dt_get_fdt_by_index()
105 u32 entry_count, entries_offset, entry_size; in android_dt_print_contents() local
111 entry_size = fdt32_to_cpu(hdr->dt_entry_size); in android_dt_print_contents()
118 printf(" dt_entry_size = %d\n", entry_size); in android_dt_print_contents()
128 const ulong e_addr = hdr_addr + entries_offset + i * entry_size; in android_dt_print_contents()
/openbmc/qemu/tests/qtest/
H A Dacpi-utils.h42 #define ACPI_FOREACH_RSDT_ENTRY(table, table_len, entry_ptr, entry_size) \ argument
45 entry_ptr += entry_size)
H A Dbios-tables-test.c179 int entry_size = 4; in test_acpi_rxsdt_table() local
185 entry_size = 8; in test_acpi_rxsdt_table()
190 &data->rsdp_table[addr_off], entry_size, sig, true); in test_acpi_rxsdt_table()
193 ACPI_FOREACH_RSDT_ENTRY(rsdt.aml, rsdt.aml_len, ent, entry_size) { in test_acpi_rxsdt_table()
197 entry_size, NULL, true); in test_acpi_rxsdt_table()
/openbmc/qemu/tests/qemu-iotests/
H A D16340 entry_size = 1 << entry_bits
49 l1_list = list(split_by_n(l1_data, entry_size))
51 1 << (h.cluster_bits*2 - entry_size))
58 for offset in split_by_n(reftable, entry_size):
/openbmc/hiomapd/vpnor/
H A Dffs.h128 uint32_t entry_size; member
H A Dtable.cpp48 table.data.entry_size = sizeof(pnor_partition); in prepareHeader()
221 dst->data.entry_size = htobe32(src->data.entry_size); in endianFixup()
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_defs.h128 uint32_t entry_size; member
H A Dpnor_partition_table.cpp40 table.data.entry_size = sizeof(pnor_partition); in prepareHeader()
204 dst->data.entry_size = htobe32(src->data.entry_size); in endianFixup()
/openbmc/qemu/hw/uefi/
H A Dvar-service-policy.c33 VMSTATE_UINT32(entry_size, uefi_var_policy),
35 0, NULL, entry_size),
137 pol->entry_size = pe->size; in uefi_vars_add_policy()
/openbmc/qemu/include/hw/arm/
H A Dsmmuv3.h31 uint8_t entry_size; member
/openbmc/hiomapd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp46 expectedTable.data.entry_size = sizeof(pnor_partition); in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp44 expectedTable.data.entry_size = sizeof(pnor_partition); in main()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h104 uint8_t entry_size; member
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py407 entry_size = self.cluster_size // block_size
409 entry_offset = offset + entry_size * (cluster % block_size)
/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h230 #define Q_CONS_ENTRY(q) (Q_BASE(q) + (q)->entry_size * Q_CONS(q))
231 #define Q_PROD_ENTRY(q) (Q_BASE(q) + (q)->entry_size * Q_PROD(q))