Home
last modified time | relevance | path

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

1234567

/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dwrap_pinmux_config_s10.c13 const u32 **table, in sysmgr_pinmux_handoff_read()
34 void sysmgr_pinmux_table_sel(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_sel()
40 void sysmgr_pinmux_table_ctrl(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_ctrl()
46 void sysmgr_pinmux_table_fpga(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_fpga()
52 void sysmgr_pinmux_table_delay(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_delay()
H A Dwrap_pinmux_config.c12 void sysmgr_get_pinmux_table(const u8 **table, unsigned int *table_len) in sysmgr_get_pinmux_table()
H A Dwrap_iocsr_config.c14 const unsigned long **table, in iocsr_get_config_table()
/openbmc/pldm/libpldmresponder/
H A Dbios_table.cpp35 void BIOSTable::store(const Table& table) in store()
82 namespace table namespace
84 void appendPadAndChecksum(Table& table) in appendPadAndChecksum()
109 const pldm_bios_string_table_entry* constructEntry(Table& table, in constructEntry()
134 const pldm_bios_attr_table_entry* findByHandle(const Table& table, in findByHandle()
141 const pldm_bios_attr_table_entry* findByStringHandle(const Table& table, in findByStringHandle()
149 Table& table, pldm_bios_table_attr_entry_string_info* info) in constructStringEntry()
169 Table& table, pldm_bios_table_attr_entry_integer_info* info) in constructIntegerEntry()
223 Table& table, pldm_bios_table_attr_entry_enum_info* info) in constructEnumEntry()
299 Table& table, uint16_t attrHandle, uint8_t attrType, const std::string& str) in constructStringEntry()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c28 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores() local
79 u64 *table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores() local
188 u64 *table; in is_core_online() local
236 u64 *table; in cpu_status() local
263 u64 *table = (u64 *)get_spin_tbl_addr(); in cpu_release() local
/openbmc/qemu/block/
H 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()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_table_test.cpp30 std::vector<uint8_t> table{10, 34, 56, 100, 44, 55, 69, 21, 48, 2, 7, 82}; in TEST_F() local
46 std::vector<uint8_t> table{10, 34, 56, 100, 44, 55, 69, 21, 48, 2, 7, 82}; in TEST_F() local
/openbmc/qemu/hw/acpi/
H A Dghes.c78 static void build_ghes_hw_error_notification(GArray *table, const uint8_t type) in build_ghes_hw_error_notification()
107 static void acpi_ghes_generic_error_data(GArray *table, in acpi_ghes_generic_error_data()
143 static void acpi_ghes_generic_error_status(GArray *table, uint32_t block_status, in acpi_ghes_generic_error_status()
160 static void acpi_ghes_build_append_mem_cper(GArray *table, in acpi_ghes_build_append_mem_cper()
338 AcpiTable table = { .sig = "HEST", .rev = 1, in acpi_build_hest() local
/openbmc/qemu/tests/qemu-iotests/
H 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
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_config_table.c38 static int check_table(const void *table) in check_table()
94 void *table; in execute() local
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.cpp124 Table table(fileTable); in operator ()() local
134 static FileTable table; in buildFileTable() local
/openbmc/qemu/ui/
H 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()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c58 u32 *table, id = get_my_id(); in cpu_status() local
142 u32 i, val, *table = (u32 *)&__spin_table + nr * NUM_BOOT_ENTRY; in cpu_release() local
252 u32 *table = (u32 *)&__spin_table; in plat_mp_up() local
331 u32 *table = (u32 *)&__spin_table; in plat_mp_up() local
/openbmc/hiomapd/vpnor/
H A Dtable.cpp44 decltype(auto) table = getNativeTable(); in prepareHeader() local
93 decltype(auto) table = getNativeTable(); in preparePartitions() local
168 decltype(auto) table = getNativeTable(); in partition() local
194 decltype(auto) table = getNativeTable(); in partition() local
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp21 void buildTable(Table& table) in buildTable()
33 void buildTable(Table& table, First& first, Rest&... rest) in buildTable()
465 Table table; in TEST() local
527 Table table; in TEST() local
814 Table table; in TEST() local
874 Table table; in TEST() local
1080 Table table; in TEST() local
1115 Table table; in TEST() local
1147 Table table(256, 0); in TEST() local
/openbmc/qemu/monitor/
H 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
/openbmc/u-boot/arch/x86/lib/
H A Dsfi.c28 u64 table[SFI_TABLE_MAX_ENTRIES]; member
135 struct table_info table; in write_sfi_table() local
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp260 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
295 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
330 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
368 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
439 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
475 auto& table = buildFileTable(TestFileTable::fileTableConfig.c_str()); in TEST_F() local
522 auto table = tableObj(); in TEST_F() local
530 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
632 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
680 auto& table = buildFileTable(fileTableConfig.c_str()); in TEST_F() local
[all …]
/openbmc/qemu/hw/i386/
H A Dacpi-build.c384 static void build_hpet_aml(Aml *table) in build_hpet_aml()
471 static void build_dbg_aml(Aml *table) in build_dbg_aml()
616 static void build_piix4_pci0_int(Aml *table) in build_piix4_pci0_int()
729 static void build_q35_pci0_int(Aml *table) in build_q35_pci0_int()
831 static void build_acpi0017(Aml *table) in build_acpi0017()
873 AcpiTable table = { .sig = "DSDT", .rev = 1, .oem_id = x86ms->oem_id, in build_dsdt() local
1293 AcpiTable table = { .sig = "HPET", .rev = 1, in build_hpet() local
1326 AcpiTable table = { .sig = "TCPA", .rev = 2, in build_tpm_tcpa() local
1368 AcpiTable table = { .sig = "SRAT", .rev = 1, .oem_id = x86ms->oem_id, in build_srat() local
1562 AcpiTable table = { .sig = "DMAR", .rev = 1, .oem_id = oem_id, in build_dmar_q35() local
[all …]
/openbmc/qemu/docs/specs/
H A Dsev-guest-firmware.rst124 .. _OVMF Reset Vector file:
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_flash.cpp123 vpnor::partition::Table* table; in copy_flash() local
199 vpnor::partition::Table* table = context->vpnor->table; in write_flash() local
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c125 static void build_acpi0017(Aml *table) in build_acpi0017()
359 AcpiTable table = { .sig = "IORT", .rev = 3, .oem_id = vms->oem_id, in build_iort() local
583 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat() local
643 AcpiTable table = { .sig = "GTDT", .rev = 3, .oem_id = vms->oem_id, in build_gtdt() local
695 AcpiTable table = { .sig = "DBG2", .rev = 0, .oem_id = vms->oem_id, in build_dbg2() local
768 AcpiTable table = { .sig = "APIC", .rev = 4, .oem_id = vms->oem_id, in build_madt() local
908 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = vms->oem_id, in build_dsdt() local
/openbmc/phosphor-mboxd/vpnor/test/
H A Dtoc_lookup_failed.cpp42 vpnor::partition::Table table(ctx); in main() local
H A Dtoc_missing_file.cpp47 vpnor::partition::Table table(ctx); in main() local
/openbmc/hiomapd/vpnor/test/
H A Dtoc_lookup_found.cpp43 vpnor::partition::Table table(&ctx->backend); in main() local

1234567