Searched refs:location_new (Results 1 – 1 of 1) sorted by relevance
203 static inline int __init relocation_addr_valid(void *location_new) in relocation_addr_valid() argument205 if ((unsigned long)location_new & 0x00000ffff) in relocation_addr_valid()208 if ((unsigned long)location_new < (unsigned long)_end) in relocation_addr_valid()226 void *location_new = _text; /* Default to original kernel start */ in relocate_kernel() local232 location_new = determine_relocation_address(); in relocate_kernel()235 if (relocation_addr_valid(location_new)) in relocate_kernel()236 random_offset = (unsigned long)location_new - (unsigned long)(_text); in relocate_kernel()245 memcpy(location_new, _text, kernel_length); in relocate_kernel()