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.c20 #define RELOCATED_KASLR(x) ((void *)((long)x + random_offset)) macro
49 begin = RELOCATED_KASLR(&__la_abs_begin); in relocate_absolute()
50 end = RELOCATED_KASLR(&__la_abs_end); in relocate_absolute()
146 return RELOCATED_KASLR(destination); in determine_relocation_address()
163 unsigned long *new_addr = (unsigned long *)RELOCATED_KASLR(addr); in update_reloc_offset()
201 __current_thread_info = RELOCATED_KASLR(__current_thread_info); in relocate_kernel()