Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dprom_init.c159 static unsigned long __prombss dt_header_start; variable
2729 dt_header_start = (unsigned long)hdr; in flatten_device_tree()
2758 hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start); in flatten_device_tree()
2759 hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start); in flatten_device_tree()
2760 hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start); in flatten_device_tree()
2762 hdr->off_mem_rsvmap = cpu_to_be32(((unsigned long)rsvmap) - dt_header_start); in flatten_device_tree()
3482 hdr = dt_header_start; in prom_init()