Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dprom_init.c157 static unsigned long __prombss dt_header_start; variable
2658 dt_header_start = (unsigned long)hdr; in flatten_device_tree()
2687 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()
2688 hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start); in flatten_device_tree()
2689 hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start); in flatten_device_tree()
2691 hdr->off_mem_rsvmap = cpu_to_be32(((unsigned long)rsvmap) - dt_header_start); in flatten_device_tree()
3463 hdr = dt_header_start; in prom_init()