Searched refs:text_lma (Results 1 – 1 of 1) sorted by relevance
499 unsigned long nokaslr_text_lma, text_lma = 0, amode31_lma = 0; in startup_kernel() local565 text_lma = randomize_within_range(size, _SEGMENT_SIZE, TEXT_OFFSET, ident_map_size); in startup_kernel()567 if (!text_lma) in startup_kernel()568 text_lma = nokaslr_text_lma; in startup_kernel()569 text_lma |= kaslr_large_page_offset; in startup_kernel()580 __kaslr_offset_phys = text_lma - TEXT_OFFSET; in startup_kernel()582 physmem_reserve(RR_VMLINUX, text_lma, vmlinux_size); in startup_kernel()583 deploy_kernel((void *)text_lma); in startup_kernel()606 amode31_lma = text_lma - vmlinux.amode31_size; in startup_kernel()622 clear_bss_section(text_lma); in startup_kernel()[all …]
Completed in 8 milliseconds