boot_cpuid_phys    57 arch/powerpc/include/asm/prom.h 	__be32	boot_cpuid_phys;	/* Physical CPU id we're booting on */
boot_cpuid_phys   206 arch/powerpc/include/asm/smp.h extern int boot_cpuid_phys;
boot_cpuid_phys   209 arch/powerpc/include/asm/smp.h 	return boot_cpuid_phys;
boot_cpuid_phys   214 arch/powerpc/include/asm/smp.h 	boot_cpuid_phys = phys;
boot_cpuid_phys  2688 arch/powerpc/kernel/prom_init.c 	hdr->boot_cpuid_phys = cpu_to_be32(prom.cpu);
boot_cpuid_phys    54 arch/powerpc/kernel/setup_32.c int boot_cpuid_phys;
boot_cpuid_phys    55 arch/powerpc/kernel/setup_32.c EXPORT_SYMBOL_GPL(boot_cpuid_phys);
boot_cpuid_phys   396 arch/powerpc/platforms/powermac/bootx_init.c 	hdr->boot_cpuid_phys = 0;
boot_cpuid_phys   316 scripts/dtc/dtc.c 		dti->boot_cpuid_phys = cmdline_boot_cpuid;
boot_cpuid_phys   259 scripts/dtc/dtc.h 	uint32_t boot_cpuid_phys;
boot_cpuid_phys   270 scripts/dtc/dtc.h 			      struct node *tree, uint32_t boot_cpuid_phys);
boot_cpuid_phys    78 scripts/dtc/fdtdump.c 		       fdt32_to_cpu(bph->boot_cpuid_phys));
boot_cpuid_phys   316 scripts/dtc/flattree.c 			    int boot_cpuid_phys)
boot_cpuid_phys   338 scripts/dtc/flattree.c 		fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys);
boot_cpuid_phys   370 scripts/dtc/flattree.c 			dti->boot_cpuid_phys);
boot_cpuid_phys   486 scripts/dtc/flattree.c 		asm_emit_cell(f, dti->boot_cpuid_phys);
boot_cpuid_phys   799 scripts/dtc/flattree.c 	uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys;
boot_cpuid_phys   871 scripts/dtc/flattree.c 	boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys);
boot_cpuid_phys   924 scripts/dtc/flattree.c 	return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys);
boot_cpuid_phys    22 scripts/dtc/libfdt/fdt.h 	fdt32_t boot_cpuid_phys;	 /* Which physical CPU id we're
boot_cpuid_phys   243 scripts/dtc/libfdt/libfdt.h #define fdt_boot_cpuid_phys(fdt)	(fdt_get_header(fdt, boot_cpuid_phys))
boot_cpuid_phys   260 scripts/dtc/libfdt/libfdt.h fdt_set_hdr_(boot_cpuid_phys);
boot_cpuid_phys   399 scripts/dtc/livetree.c 			      struct node *tree, uint32_t boot_cpuid_phys)
boot_cpuid_phys   407 scripts/dtc/livetree.c 	dti->boot_cpuid_phys = boot_cpuid_phys;