/Linux-v6.1/arch/x86/platform/efi/ |
D | quirks.c | 516 int __init efi_reuse_config(u64 tables, int nr_tables) in efi_reuse_config() argument 522 if (nr_tables == 0) in efi_reuse_config() 542 p = tablep = early_memremap(tables, nr_tables * sz); in efi_reuse_config() 549 for (i = 0; i < nr_tables; i++) { in efi_reuse_config() 558 early_memunmap(tablep, nr_tables * sz); in efi_reuse_config()
|
D | efi.c | 372 efi_nr_tables = systab64->nr_tables; in efi_systab_init() 379 efi_nr_tables = systab32->nr_tables; in efi_systab_init()
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | efi.c | 73 efi_nr_tables = efi_systab->nr_tables; in efi_init() 78 efi_config_parse_tables(config_tables, efi_systab->nr_tables, arch_tables); in efi_init()
|
/Linux-v6.1/arch/x86/boot/compressed/ |
D | efi.h | 77 u32 nr_tables; member 94 u32 nr_tables; member
|
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()
|
D | acpi.c | 55 unsigned int nr_tables; in efi_get_rsdp_addr() local
|
/Linux-v6.1/arch/x86/xen/ |
D | efi.c | 41 .nr_tables = 0, /* Initialized later. */ 63 efi_systab_xen.nr_tables = info->cfg.nent; in xen_efi_probe()
|
/Linux-v6.1/drivers/firmware/efi/ |
D | efi-init.c | 89 table_size = sizeof(efi_config_table_t) * systab->nr_tables; in uefi_init() 97 retval = efi_config_parse_tables(config_tables, systab->nr_tables, in uefi_init()
|
/Linux-v6.1/drivers/char/agp/ |
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()
|
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()
|
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()
|
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 584 int nr_tables = efi_table_attr(efi_system_table, nr_tables); in get_efi_config_table() local 587 for (i = 0; i < nr_tables; i++) { in get_efi_config_table()
|
/Linux-v6.1/io_uring/ |
D | rsrc.c | 354 unsigned i, nr_tables = DIV_ROUND_UP(size, PAGE_SIZE); in io_free_page_table() local 356 for (i = 0; i < nr_tables; i++) in io_free_page_table() 372 unsigned i, nr_tables = DIV_ROUND_UP(size, PAGE_SIZE); in io_alloc_page_table() local 376 table = kcalloc(nr_tables, sizeof(*table), GFP_KERNEL_ACCOUNT); in io_alloc_page_table() 380 for (i = 0; i < nr_tables; i++) { in io_alloc_page_table()
|
/Linux-v6.1/include/linux/ |
D | efi.h | 484 u32 nr_tables; member 501 u32 nr_tables; member 521 unsigned long nr_tables; member
|
/Linux-v6.1/arch/x86/include/asm/ |
D | efi.h | 161 extern int __init efi_reuse_config(u64 tables, int nr_tables);
|
/Linux-v6.1/arch/ia64/kernel/ |
D | efi.c | 536 efi_systab->nr_tables, in efi_init()
|
/Linux-v6.1/drivers/media/pci/pt1/ |
D | pt1.c | 299 module_param_named(nr_tables, pt1_nr_tables, uint, 0);
|