Lines Matching defs:start
30 static int suspend_nvs_register(unsigned long start, unsigned long size);
38 int acpi_nvs_register(__u64 start, __u64 size)
45 region->phys_start = start;
49 return suspend_nvs_register(start, size);
52 int acpi_nvs_for_each_region(int (*func)(__u64 start, __u64 size, void *data),
88 * @start: Physical address of the region.
95 static int suspend_nvs_register(unsigned long start, unsigned long size)
100 start, start + size - 1, size);
110 entry->phys_start = start;
111 nr_bytes = PAGE_SIZE - (start & ~PAGE_MASK);
114 start += entry->size;