Searched refs:location_new (Results 1 – 1 of 1) sorted by relevance
192 static inline int __init relocation_addr_valid(void *location_new) in relocation_addr_valid() argument194 if ((unsigned long)location_new & 0x00000ffff) in relocation_addr_valid()197 if ((unsigned long)location_new < (unsigned long)_end) in relocation_addr_valid()215 void *location_new = _text; /* Default to original kernel start */ in relocate_kernel() local221 location_new = determine_relocation_address(); in relocate_kernel()224 if (relocation_addr_valid(location_new)) in relocate_kernel()225 random_offset = (unsigned long)location_new - (unsigned long)(_text); in relocate_kernel()234 memcpy(location_new, _text, kernel_length); in relocate_kernel()