Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Drelocate.c196 unsigned long kernel_length; in determine_relocation_address() local
203 kernel_length = (unsigned long)_end - (unsigned long)_text; in determine_relocation_address()
207 if (random_offset < kernel_length) in determine_relocation_address()
208 random_offset += ALIGN(kernel_length, 0xffff); in determine_relocation_address()
234 unsigned long kernel_length; in relocate_kernel() local
252 kernel_length = (unsigned long)(_end) - (unsigned long)(_text); in relocate_kernel()
255 memcpy(location_new, _text, kernel_length); in relocate_kernel()
/linux/drivers/mtd/parsers/
H A Dparser_imagetag.c100 STR_NULL_TERMINATE(buf->kernel_length); in bcm963xx_parse_imagetag_partitions()
101 if (kstrtouint(buf->kernel_length, 10, &kernellen)) { in bcm963xx_parse_imagetag_partitions()
103 (int)sizeof(buf->kernel_length), in bcm963xx_parse_imagetag_partitions()
104 buf->kernel_length); in bcm963xx_parse_imagetag_partitions()
/linux/include/linux/
H A Dbcm963xx_tag.h74 char kernel_length[IMAGE_LEN]; member