/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_config_table.c | 98 efi_uintn_t table_count = sys_table->nr_tables; in execute() 128 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() [all …]
|
H A D | efi_selftest_fdt.c | 133 for (i = 0; i < systable->nr_tables; ++i) { in setup()
|
H A D | efi_selftest_memory.c | 35 for (i = 0; i < systable->nr_tables; ++i) { in setup()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | quirks.c | 524 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 D | efi.c | 421 efi_nr_tables = systab64->nr_tables; in efi_systab_init() 428 efi_nr_tables = systab32->nr_tables; in efi_systab_init()
|
/openbmc/qemu/hw/loongarch/ |
H A D | boot.c | 87 systab->nr_tables = 1; in init_efi_boot_memmap() 113 systab->nr_tables = 2; in init_efi_initrd_table() 126 systab->nr_tables = 3; in init_efi_fdt_table() 142 systab->nr_tables = 0; in init_systab()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | efi.c | 114 efi_nr_tables = efi_systab->nr_tables; in efi_init() 119 efi_config_parse_tables(config_tables, efi_systab->nr_tables, arch_tables); in efi_init()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | efi.h | 79 u32 nr_tables; member 96 u32 nr_tables; member
|
H A D | efi.c | 153 *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 D | acpi.c | 55 unsigned int nr_tables; in efi_get_rsdp_addr() local
|
/openbmc/linux/arch/x86/xen/ |
H A D | efi.c | 43 .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 D | efi-init.c | 107 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 D | sworks-agp.c | 92 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 D | amd-k7-agp.c | 81 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 D | ati-agp.c | 108 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/linux/drivers/firmware/efi/libstub/ |
H A D | efi-stub-helper.c | 451 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/qemu/include/hw/loongarch/ |
H A D | boot.h | 72 uint64_t nr_tables; member
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | helloworld.c | 66 for (i = 0; i < systable->nr_tables; ++i) { in efi_main()
|
H A D | efi_boottime.c | 1415 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/io_uring/ |
H A D | rsrc.c | 279 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/arch/x86/kernel/ |
H A D | machine_kexec_64.c | 126 mend = mstart + sizeof(efi_config_table_64_t) * stbl->nr_tables; in map_efi_systab() 130 mend = mstart + sizeof(efi_config_table_32_t) * stbl->nr_tables; in map_efi_systab()
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 492 u32 nr_tables; member 509 u32 nr_tables; member 529 unsigned long nr_tables; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | efi.h | 138 extern int __init efi_reuse_config(u64 tables, int nr_tables);
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | efi.c | 536 efi_systab->nr_tables, in efi_init()
|
/openbmc/linux/drivers/media/pci/pt1/ |
H A D | pt1.c | 299 module_param_named(nr_tables, pt1_nr_tables, uint, 0);
|