Home
last modified time | relevance | path

Searched refs:RELOCATED_KASLR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Drelocate.c21 #define RELOCATED_KASLR(x) ((void *)((long)x + random_offset)) macro
50 begin = RELOCATED_KASLR(&__la_abs_begin); in relocate_absolute()
51 end = RELOCATED_KASLR(&__la_abs_end); in relocate_absolute()
147 return RELOCATED_KASLR(destination); in determine_relocation_address()
164 unsigned long *new_addr = (unsigned long *)RELOCATED_KASLR(addr); in update_reloc_offset()
203 __current_thread_info = RELOCATED_KASLR(__current_thread_info); in relocate_kernel()