Searched refs:vm_area_register_early (Results 1 – 5 of 5) sorted by relevance
260 extern __init void vm_area_register_early(struct vm_struct *vm, size_t align);
207 vm_area_register_early(&console_remap_vm, PAGE_SIZE); in callback_init()
422 vm_area_register_early(&vm, PMD_SIZE * PMDS_PER_MID_PAGE); in xen_vmalloc_p2m_tree()
3315 vm_area_register_early(&vm, PAGE_SIZE); in pcpu_page_first_chunk()
2296 void __init vm_area_register_early(struct vm_struct *vm, size_t align) in vm_area_register_early() function