Home
last modified time | relevance | path

Searched defs:random_offset (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/loongarch/kernel/ !
Drelocate.c44 static inline void __init relocate_absolute(long random_offset) in relocate_absolute()
133 unsigned long random_offset; in determine_relocation_address() local
161 static inline void __init update_reloc_offset(unsigned long *addr, long random_offset) in update_reloc_offset()
171 unsigned long random_offset = 0; in relocate_kernel() local
/linux-6.6.21/drivers/gpu/drm/i915/ !
Di915_gem_gtt.c130 static u64 random_offset(u64 start, u64 end, u64 len, u64 align) in random_offset() function