Searched refs:phys_end (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A D | unaccepted_memory.c | 162 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 D | unaccepted_memory.c | 132 unsigned long phys_start, phys_end; in accept_memory() local 136 phys_end = range_end * unit_size + unaccepted->phys_base; in accept_memory() 150 arch_accept_memory(phys_start, phys_end); in accept_memory()
|
| /linux/lib/ |
| H A D | alloc_tag.c | 434 unsigned long phys_end = ALIGN_DOWN(module_tags.start_addr, PAGE_SIZE) + in vm_module_tags_populate() local 438 if (phys_end < new_end) { in vm_module_tags_populate() 440 unsigned long old_shadow_end = ALIGN(phys_end, MODULE_ALIGN); in vm_module_tags_populate() 445 more_pages = ALIGN(new_end - phys_end, PAGE_SIZE) >> PAGE_SHIFT; in vm_module_tags_populate() 458 vmap_pages_range(phys_end, phys_end + (nr << PAGE_SHIFT), PAGE_KERNEL, in vm_module_tags_populate()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 2127 unsigned long phys_start, phys_end, start, end; in can_unmap_without_split() local 2130 phys_end = phys_start + nr_pages * PAGE_SIZE; in can_unmap_without_split() 2134 end = __phys_to_virt(phys_end); in can_unmap_without_split() 2137 phys_start, phys_end); in can_unmap_without_split() 2147 phys_start, phys_end); in can_unmap_without_split()
|