Home
last modified time | relevance | path

Searched refs:bootx_dt_strend (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dbootx_init.c32 static unsigned long __initdata bootx_dt_strend; variable
122 while (s < (char *)bootx_dt_strend) { in bootx_dt_find_string()
213 bootx_dt_strend = *mem_end = *mem_end + l; in bootx_dt_add_string()
375 bootx_dt_strend = mem_end; in bootx_flatten_dt()
386 hdr->dt_strings_size = bootx_dt_strend - bootx_dt_strbase; in bootx_flatten_dt()
478 bootx_dt_strbase = bootx_dt_strend = 0; in bootx_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c33 static unsigned long __initdata bootx_dt_strend; variable
123 while (s < (char *)bootx_dt_strend) { in bootx_dt_find_string()
214 bootx_dt_strend = *mem_end = *mem_end + l; in bootx_dt_add_string()
376 bootx_dt_strend = mem_end; in bootx_flatten_dt()
387 hdr->dt_strings_size = bootx_dt_strend - bootx_dt_strbase; in bootx_flatten_dt()
479 bootx_dt_strbase = bootx_dt_strend = 0; in bootx_init()

Completed in 2 milliseconds