Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c155 static unsigned long __prombss dt_header_start; variable
2725 dt_header_start = (unsigned long)hdr; in flatten_device_tree()
2754 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()
2755 hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start); in flatten_device_tree()
2756 hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start); in flatten_device_tree()
2758 hdr->off_mem_rsvmap = cpu_to_be32(((unsigned long)rsvmap) - dt_header_start); in flatten_device_tree()
3478 hdr = dt_header_start; in prom_init()