Home
last modified time | relevance | path

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

/arch/loongarch/kernel/
A Drelocate.c21 #define RELOCATED_KASLR(x) ((void *)((long)x + random_offset)) macro
66 begin = RELOCATED_KASLR(&__la_abs_begin); in relocate_absolute()
67 end = RELOCATED_KASLR(&__la_abs_end); in relocate_absolute()
189 return RELOCATED_KASLR(destination); in determine_relocation_address()
206 unsigned long *new_addr = (unsigned long *)RELOCATED_KASLR(addr); in update_reloc_offset()
245 __current_thread_info = RELOCATED_KASLR(__current_thread_info); in relocate_kernel()

Completed in 3 milliseconds