Searched refs:kernel_length (Results 1 – 3 of 3) sorted by relevance
55 static void __init sync_icache(void *kbase, unsigned long kernel_length) in sync_icache() argument57 void *kend = kbase + kernel_length; in sync_icache()254 unsigned long kernel_length; in determine_relocation_address() local261 kernel_length = (long)_end - (long)(&_text); in determine_relocation_address()265 if (offset < kernel_length) in determine_relocation_address()266 offset += ALIGN(kernel_length, 0xffff); in determine_relocation_address()300 unsigned long kernel_length; in relocate_kernel() local320 kernel_length = (long)(&_relocation_start) - (long)(&_text); in relocate_kernel()357 memcpy(loc_new, &_text, kernel_length); in relocate_kernel()365 sync_icache(loc_new, kernel_length); in relocate_kernel()
174 STR_NULL_TERMINATE(buf->kernel_length); in bcm63xx_parse_cfe_nor_partitions()175 if (kstrtouint(buf->kernel_length, 10, &kernellen)) { in bcm63xx_parse_cfe_nor_partitions()177 (int)sizeof(buf->kernel_length), in bcm63xx_parse_cfe_nor_partitions()178 buf->kernel_length); in bcm63xx_parse_cfe_nor_partitions()
74 char kernel_length[IMAGE_LEN]; member