| /Linux-v6.6/arch/x86/platform/efi/ | 
| D | quirks.c | 524 int __init efi_reuse_config(u64 tables, int nr_tables)  in efi_reuse_config()  argument530 	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()
 
 | 
| 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()
 
 | 
| /Linux-v6.6/arch/loongarch/kernel/ | 
| D | efi.c | 108 	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()
 
 | 
| /Linux-v6.6/arch/x86/boot/compressed/ | 
| D | efi.h | 79 	u32 nr_tables;  member96 	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.6/arch/x86/xen/ | 
| D | efi.c | 43 	.nr_tables	= 0,			  /* Initialized later. */65 	efi_systab_xen.nr_tables = info->cfg.nent;  in xen_efi_probe()
 
 | 
| /Linux-v6.6/drivers/firmware/efi/ | 
| 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()
 
 | 
| /Linux-v6.6/drivers/char/agp/ | 
| D | sworks-agp.c | 92 static int serverworks_create_gatt_pages(int nr_tables)  in serverworks_create_gatt_pages()  argument99 	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()  argument88 	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()  argument115 	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.6/drivers/firmware/efi/libstub/ | 
| D | efi-stub-helper.c | 443 	int nr_tables = efi_table_attr(efi_system_table, nr_tables);  in get_efi_config_table()  local446 	for (i = 0; i < nr_tables; i++) {  in get_efi_config_table()
 
 | 
| /Linux-v6.6/io_uring/ | 
| D | rsrc.c | 279 	unsigned i, nr_tables = DIV_ROUND_UP(size, PAGE_SIZE);  in io_free_page_table()  local281 	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()
 
 | 
| /Linux-v6.6/include/linux/ | 
| D | efi.h | 491 	u32 nr_tables;  member508 	u32 nr_tables;  member
 528 		unsigned long nr_tables;  member
 
 | 
| /Linux-v6.6/arch/x86/include/asm/ | 
| D | efi.h | 138 extern int __init efi_reuse_config(u64 tables, int nr_tables);
 | 
| /Linux-v6.6/arch/ia64/kernel/ | 
| D | efi.c | 536 				    efi_systab->nr_tables,  in efi_init()
 | 
| /Linux-v6.6/drivers/media/pci/pt1/ | 
| D | pt1.c | 299 module_param_named(nr_tables, pt1_nr_tables, uint, 0);
 |