Lines Matching refs:data
269 void *data;
297 data = kmalloc(data_size, GFP_KERNEL);
298 if (!data)
301 status = efi.get_variable(name, &guid, NULL, &data_size, data);
303 acpi_status ret = acpi_load_table(data, NULL);
309 pr_err("failed to get var data: 0x%lx\n", status);
311 kfree(data);
358 debugfs_blob[i].data = memremap(md->phys_addr,
361 if (!debugfs_blob[i].data)
491 * data.
551 * configuration tables to figure out where their data lives, e.g.