Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Drelocate.c55 static void __init sync_icache(void *kbase, unsigned long kernel_length) in sync_icache() argument
57 void *kend = kbase + kernel_length; in sync_icache()
254 unsigned long kernel_length; in determine_relocation_address() local
261 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() local
320 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()
/Linux-v4.19/drivers/mtd/
Dbcm63xxpart.c174 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()
/Linux-v4.19/include/linux/
Dbcm963xx_tag.h74 char kernel_length[IMAGE_LEN]; member