dt_header_start   157 arch/powerpc/kernel/prom_init.c static unsigned long __prombss dt_header_start;
dt_header_start  2661 arch/powerpc/kernel/prom_init.c 	dt_header_start = (unsigned long)hdr;
dt_header_start  2690 arch/powerpc/kernel/prom_init.c 	hdr->totalsize = cpu_to_be32(dt_struct_end - dt_header_start);
dt_header_start  2691 arch/powerpc/kernel/prom_init.c 	hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start);
dt_header_start  2692 arch/powerpc/kernel/prom_init.c 	hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start);
dt_header_start  2694 arch/powerpc/kernel/prom_init.c 	hdr->off_mem_rsvmap = cpu_to_be32(((unsigned long)rsvmap) - dt_header_start);
dt_header_start  3466 arch/powerpc/kernel/prom_init.c 	hdr = dt_header_start;