Home
last modified time | relevance | path

Searched refs:phys_end (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dunaccepted_memory.c162 unsigned long phys_start, phys_end; in process_unaccepted_memory() local
166 phys_end = end + unaccepted_table->phys_base; in process_unaccepted_memory()
168 arch_accept_memory(phys_start, phys_end); in process_unaccepted_memory()
214 unsigned long phys_start, phys_end; in accept_memory() local
217 phys_end = range_end * unit_size + unaccepted_table->phys_base; in accept_memory()
219 arch_accept_memory(phys_start, phys_end); in accept_memory()
/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c129 unsigned long phys_start, phys_end; in accept_memory() local
133 phys_end = range_end * unit_size + unaccepted->phys_base; in accept_memory()
147 arch_accept_memory(phys_start, phys_end); in accept_memory()
/linux/lib/
H A Dalloc_tag.c418 unsigned long phys_end = ALIGN_DOWN(module_tags.start_addr, PAGE_SIZE) + in vm_module_tags_populate() local
422 if (phys_end < new_end) { in vm_module_tags_populate()
424 unsigned long old_shadow_end = ALIGN(phys_end, MODULE_ALIGN); in vm_module_tags_populate()
429 more_pages = ALIGN(new_end - phys_end, PAGE_SIZE) >> PAGE_SHIFT; in vm_module_tags_populate()
442 vmap_pages_range(phys_end, phys_end + (nr << PAGE_SHIFT), PAGE_KERNEL, in vm_module_tags_populate()
/linux/arch/sparc/mm/
H A Dinit_64.c1893 unsigned long phys_start, phys_end; in kernel_physical_mapping_init() local
1896 phys_end = phys_start + pall[i].reg_size; in kernel_physical_mapping_init()
1898 mem_alloced += kernel_map_range(phys_start, phys_end, in kernel_physical_mapping_init()
1917 unsigned long phys_end = phys_start + (numpages * PAGE_SIZE); in __kernel_map_pages() local
1919 kernel_map_range(phys_start, phys_end, in __kernel_map_pages()
1923 PAGE_OFFSET + phys_end); in __kernel_map_pages()
1929 PAGE_OFFSET + phys_end); in __kernel_map_pages()