Searched refs:map_kernel_chunk (Results 1 – 1 of 1) sorted by relevance
/arch/arm64/mm/ |
D | mmu.c | 476 static void __init map_kernel_chunk(pgd_t *pgd, void *va_start, void *va_end, in map_kernel_chunk() function 535 map_kernel_chunk(pgd, _stext, _etext, PAGE_KERNEL_EXEC, &vmlinux_text); in map_kernel() 536 map_kernel_chunk(pgd, __start_rodata, __init_begin, PAGE_KERNEL, &vmlinux_rodata); in map_kernel() 537 map_kernel_chunk(pgd, __init_begin, __init_end, PAGE_KERNEL_EXEC, in map_kernel() 539 map_kernel_chunk(pgd, _data, _end, PAGE_KERNEL, &vmlinux_data); in map_kernel()
|