Home
last modified time | relevance | path

Searched refs:nr_tables (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_config_table.c128 if (table_count != sys_table->nr_tables) { in execute()
130 (unsigned int)sys_table->nr_tables, in execute()
148 if (++table_count != sys_table->nr_tables) { in execute()
150 (unsigned int)sys_table->nr_tables, in execute()
155 for (i = 0; i < sys_table->nr_tables; ++i) { in execute()
186 if (table_count != sys_table->nr_tables) { in execute()
188 (unsigned int)sys_table->nr_tables, in execute()
194 for (i = 0; i < sys_table->nr_tables; ++i) { in execute()
230 if (--table_count != sys_table->nr_tables) { in execute()
232 (unsigned int)sys_table->nr_tables, in execute()
[all …]
H A Defi_selftest_fdt.c133 for (i = 0; i < systable->nr_tables; ++i) { in setup()
H A Defi_selftest_memory.c35 for (i = 0; i < systable->nr_tables; ++i) { in setup()
/openbmc/linux/arch/x86/platform/efi/
H A Dquirks.c524 int __init efi_reuse_config(u64 tables, int nr_tables) in efi_reuse_config() argument
530 if (nr_tables == 0) in efi_reuse_config()
550 p = tablep = early_memremap(tables, nr_tables * sz); in efi_reuse_config()
557 for (i = 0; i < nr_tables; i++) { in efi_reuse_config()
566 early_memunmap(tablep, nr_tables * sz); in efi_reuse_config()
H A Defi.c421 efi_nr_tables = systab64->nr_tables; in efi_systab_init()
428 efi_nr_tables = systab32->nr_tables; in efi_systab_init()
/openbmc/linux/arch/loongarch/kernel/
H A Defi.c108 efi_nr_tables = efi_systab->nr_tables; in efi_init()
113 efi_config_parse_tables(config_tables, efi_systab->nr_tables, arch_tables); in efi_init()
/openbmc/linux/arch/x86/boot/compressed/
H A Defi.h79 u32 nr_tables; member
96 u32 nr_tables; member
H A Defi.c153 *cfg_tbl_len = stbl->nr_tables; in efi_get_conf_table()
158 *cfg_tbl_len = stbl->nr_tables; in efi_get_conf_table()
H A Dacpi.c55 unsigned int nr_tables; in efi_get_rsdp_addr() local
/openbmc/linux/arch/x86/xen/
H A Defi.c43 .nr_tables = 0, /* Initialized later. */
65 efi_systab_xen.nr_tables = info->cfg.nent; in xen_efi_probe()
/openbmc/linux/drivers/firmware/efi/
H A Defi-init.c107 table_size = sizeof(efi_config_table_t) * systab->nr_tables; in uefi_init()
115 retval = efi_config_parse_tables(config_tables, systab->nr_tables, in uefi_init()
/openbmc/linux/drivers/char/agp/
H A Dsworks-agp.c92 static int serverworks_create_gatt_pages(int nr_tables) in serverworks_create_gatt_pages() argument
99 tables = kcalloc(nr_tables + 1, sizeof(struct serverworks_page_map *), in serverworks_create_gatt_pages()
104 for (i = 0; i < nr_tables; i++) { in serverworks_create_gatt_pages()
114 serverworks_private.num_tables = nr_tables; in serverworks_create_gatt_pages()
H A Damd-k7-agp.c81 static int amd_create_gatt_pages(int nr_tables) in amd_create_gatt_pages() argument
88 tables = kcalloc(nr_tables + 1, sizeof(struct amd_page_map *), in amd_create_gatt_pages()
93 for (i = 0; i < nr_tables; i++) { in amd_create_gatt_pages()
H A Dati-agp.c108 static int ati_create_gatt_pages(int nr_tables) in ati_create_gatt_pages() argument
115 tables = kcalloc(nr_tables + 1, sizeof(struct ati_page_map *), in ati_create_gatt_pages()
120 for (i = 0; i < nr_tables; i++) { in ati_create_gatt_pages()
/openbmc/u-boot/lib/efi_loader/
H A Dhelloworld.c66 for (i = 0; i < systable->nr_tables; ++i) { in efi_main()
H A Defi_boottime.c1415 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()
1418 systab.nr_tables--; in efi_remove_configuration_table()
1442 for (i = 0; i < systab.nr_tables; i++) { in efi_install_configuration_table()
1462 systab.nr_tables = i + 1; in efi_install_configuration_table()
3211 .nr_tables = 0,
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c451 int nr_tables = efi_table_attr(efi_system_table, nr_tables); in get_efi_config_table() local
454 for (i = 0; i < nr_tables; i++) { in get_efi_config_table()
/openbmc/linux/io_uring/
H A Drsrc.c279 unsigned i, nr_tables = DIV_ROUND_UP(size, PAGE_SIZE); in io_free_page_table() local
281 for (i = 0; i < nr_tables; i++) in io_free_page_table()
297 unsigned i, nr_tables = DIV_ROUND_UP(size, PAGE_SIZE); in io_alloc_page_table() local
301 table = kcalloc(nr_tables, sizeof(*table), GFP_KERNEL_ACCOUNT); in io_alloc_page_table()
305 for (i = 0; i < nr_tables; i++) { in io_alloc_page_table()
/openbmc/linux/include/linux/
H A Defi.h491 u32 nr_tables; member
508 u32 nr_tables; member
528 unsigned long nr_tables; member
/openbmc/linux/arch/x86/include/asm/
H A Defi.h138 extern int __init efi_reuse_config(u64 tables, int nr_tables);
/openbmc/linux/drivers/media/pci/pt1/
H A Dpt1.c299 module_param_named(nr_tables, pt1_nr_tables, uint, 0);
/openbmc/linux/arch/ia64/kernel/
H A Defi.c536 efi_systab->nr_tables, in efi_init()
/openbmc/u-boot/include/
H A Defi_api.h328 efi_uintn_t nr_tables; member