Lines Matching +full:pk +full:- +full:pk
38 * This function may be defined for a platform to perform any post-relocation
40 * Return non-zero to abort relocation
90 return -ENOEXEC; in apply_r_mips_26_rel()
102 return -ENOEXEC; in apply_r_mips_26_rel()
105 target_addr -= (unsigned long)loc_new & 0xf0000000; in apply_r_mips_26_rel()
141 pr_err("Unhandled relocation type %d at 0x%pK\n", type, in reloc_handler()
143 return -ENOEXEC; in reloc_handler()
200 diff = (void *)ptr - area; in rotate_xor()
204 size = ALIGN_DOWN(size - diff, sizeof(hash)); in rotate_xor()
208 hash = (hash << ((sizeof(hash) * 8) - 7)) | (hash >> 7); in rotate_xor()
235 "kaslr-seed", &len); in get_random_boot()
254 (str > builtin_cmdline && *(str - 1) == ' ')) in kaslr_disabled()
258 if (str == arcs_cmdline || (str > arcs_cmdline && *(str - 1) == ' ')) in kaslr_disabled()
274 kernel_length = (long)_end - (long)(&_text); in determine_relocation_address()
277 offset &= (CONFIG_RANDOMIZE_BASE_MAX_OFFSET - 1); in determine_relocation_address()
347 kernel_length = (long)(&_relocation_start) - (long)(&_text); in relocate_kernel()
348 bss_length = (long)&__bss_stop - (long)&__bss_start; in relocate_kernel()
354 offset = (unsigned long)loc_new - (unsigned long)(&_text); in relocate_kernel()
365 * If built-in dtb is used then it will have been relocated in relocate_kernel()
442 pr_cont("Kernel relocated by 0x%pK\n", (void *)__kaslr_offset); in show_kernel_relocation()
443 pr_cont(" .text @ 0x%pK\n", _text); in show_kernel_relocation()
444 pr_cont(" .data @ 0x%pK\n", _sdata); in show_kernel_relocation()
445 pr_cont(" .bss @ 0x%pK\n", __bss_start); in show_kernel_relocation()