Lines Matching refs:VMALLOC_END
506 if (va->va_end > VMALLOC_START && va->va_end <= VMALLOC_END) in __free_vmap_area()
833 VMALLOC_START, VMALLOC_END, in new_vmap_block()
1087 BUG_ON(addr > VMALLOC_END); in vm_unmap_ram()
1129 VMALLOC_START, VMALLOC_END, node, GFP_KERNEL); in vm_map_ram()
1224 vmap_area_pcpu_hole = VMALLOC_END; in vmalloc_init()
1389 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area()
1397 return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, in get_vm_area_caller()
1714 return __vmalloc_node_range(size, align, VMALLOC_START, VMALLOC_END, in __vmalloc_node()
2342 const unsigned long vmalloc_end = VMALLOC_END & ~(align - 1); in pvm_determine_end()
2387 const unsigned long vmalloc_end = VMALLOC_END & ~(align - 1); in pcpu_get_vm_areas()
2717 if (addr >= VMALLOC_END) in get_vmalloc_info()
2732 if (VMALLOC_END - prev_end > vmi->largest_chunk) in get_vmalloc_info()
2733 vmi->largest_chunk = VMALLOC_END - prev_end; in get_vmalloc_info()