Lines Matching +full:separately +full:- +full:defined
37 * This function may be defined for a platform to perform any post-relocation
39 * Return non-zero to abort relocation
93 return -ENOEXEC; in apply_r_mips_26_rel()
105 return -ENOEXEC; in apply_r_mips_26_rel()
108 target_addr -= (unsigned long)loc_new & ~0x03ffffff; in apply_r_mips_26_rel()
156 return -ENOEXEC; in do_relocations()
169 * It must be relocated separately since there will not be any relocation
195 hash = (hash << ((sizeof(hash) * 8) - 7)) | (hash >> 7); in rotate_xor()
213 #if defined(CONFIG_USE_OF) in get_random_boot()
222 "kaslr-seed", &len); in get_random_boot()
236 #if defined(CONFIG_CMDLINE_BOOL) in kaslr_disabled()
241 (str > builtin_cmdline && *(str - 1) == ' ')) in kaslr_disabled()
245 if (str == arcs_cmdline || (str > arcs_cmdline && *(str - 1) == ' ')) in kaslr_disabled()
261 kernel_length = (long)_end - (long)(&_text); in determine_relocation_address()
264 offset &= (CONFIG_RANDOMIZE_BASE_MAX_OFFSET - 1); in determine_relocation_address()
310 #if defined(CONFIG_USE_OF) in relocate_kernel()
320 kernel_length = (long)(&_relocation_start) - (long)(&_text); in relocate_kernel()
321 bss_length = (long)&__bss_stop - (long)&__bss_start; in relocate_kernel()
327 offset = (unsigned long)loc_new - (unsigned long)(&_text); in relocate_kernel()
334 #if defined(CONFIG_USE_OF) in relocate_kernel()
338 * If built-in dtb is used then it will have been relocated in relocate_kernel()
412 offset = __pa_symbol(_text) - __pa_symbol(VMLINUX_LOAD_ADDRESS); in show_kernel_relocation()