/openbmc/linux/include/asm-generic/ |
H A D | sections.h | 38 extern char __init_begin[], __init_end[]; 130 return memory_contains(__init_begin, __init_end, virt, size); in init_section_contains() 144 return memory_intersects(__init_begin, __init_end, virt, size); in init_section_intersects() 226 (addr >= (unsigned long)__init_begin && in __is_kernel()
|
/openbmc/linux/arch/arm/mm/ |
H A D | init.c | 329 .start = (unsigned long)__init_begin, 338 .end = (unsigned long)__init_begin, 349 .end = (unsigned long)__init_begin, 472 poison_init_mem(__init_begin, __init_end - __init_begin); in free_initmem()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | init.c | 164 (unsigned long)__init_begin, (unsigned long)__init_end, in mem_init() 165 (unsigned long)(__init_end - __init_begin) >> 10, in mem_init()
|
/openbmc/linux/arch/parisc/mm/ |
H A D | init.c | 360 kernel_start = __pa((unsigned long)&__init_begin); in map_pages() 442 unsigned long start = (unsigned long) __init_begin; in set_kernel_text_rw() 455 unsigned long init_begin = (unsigned long)__init_begin; in free_initmem() 596 __init_begin, __init_end, in mem_init() 597 ((unsigned long)__init_end - (unsigned long)__init_begin) >> 10, in mem_init()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | vmlinux.lds.S | 44 __init_begin = .; symbol
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | vmlinux.lds.S | 30 __init_begin = .; symbol
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | vmlinux.lds.S | 84 __init_begin = .; symbol
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | vmlinux.lds.S | 40 __init_begin = ALIGN(PAGE_SIZE); symbol
|
/openbmc/u-boot/include/asm-generic/ |
H A D | sections.h | 16 extern char __init_begin[], __init_end[];
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | setup.c | 337 set_kernel_memory(lm_alias(__init_begin), lm_alias(__init_end), set_memory_rw_nx); in free_initmem() 339 set_kernel_memory(__init_begin, __init_end, set_memory_nx); in free_initmem()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | vmlinux.lds.S | 52 __init_begin = .; symbol
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | u-boot.lds | 56 __init_begin = .; symbol
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 151 __init_begin = .; symbol 366 __init_begin = .; symbol
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | u-boot.lds | 61 __init_begin = .; symbol
|
/openbmc/u-boot/arch/m68k/cpu/ |
H A D | u-boot.lds | 72 __init_begin = .; symbol
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | u-boot-nand_spl.lds | 43 __init_begin = .; symbol
|
H A D | u-boot-nand.lds | 72 __init_begin = .; symbol
|
/openbmc/linux/arch/arm64/mm/ |
H A D | init.c | 531 free_reserved_area(lm_alias(__init_begin), in free_initmem() 539 vunmap_range((u64)__init_begin, (u64)__init_end); in free_initmem()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | vmlinux-sun3.lds | 38 __init_begin = .; symbol
|
H A D | vmlinux-std.lds | 43 __init_begin = .; symbol
|
H A D | vmlinux-nommu.lds | 69 __init_begin = .; symbol
|
/openbmc/linux/arch/arc/kernel/ |
H A D | vmlinux.lds.S | 55 __init_begin = .; symbol
|
/openbmc/linux/arch/um/kernel/ |
H A D | uml.lds.S | 73 __init_begin = .;
|
/openbmc/linux/arch/csky/kernel/ |
H A D | vmlinux.lds.S | 46 __init_begin = .; symbol
|
/openbmc/linux/arch/sh/mm/ |
H A D | init.c | 386 (unsigned long)&__init_begin, (unsigned long)&__init_end, in mem_init() 388 (unsigned long)&__init_begin) >> 10, in mem_init()
|