/openbmc/linux/arch/powerpc/include/asm/ |
H A D | smp.h | 222 extern int boot_cpuid_phys; 225 return boot_cpuid_phys; in get_hard_smp_processor_id() 230 boot_cpuid_phys = phys; in set_hard_smp_processor_id()
|
H A D | prom.h | 52 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ member
|
/openbmc/linux/scripts/dtc/ |
H A D | flattree.c | 317 int boot_cpuid_phys) in make_fdt_header() argument 339 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header() 371 dti->boot_cpuid_phys); in dt_to_blob() 487 asm_emit_cell(f, dti->boot_cpuid_phys); in dt_to_asm() 800 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 872 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob() 925 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
H A D | dtc.h | 326 uint32_t boot_cpuid_phys; member 337 struct node *tree, uint32_t boot_cpuid_phys);
|
H A D | dtc.c | 318 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
|
H A D | livetree.c | 399 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() argument 407 dti->boot_cpuid_phys = boot_cpuid_phys; in build_dt_info()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 331 int boot_cpuid_phys) in make_fdt_header() argument 353 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header() 385 dti->boot_cpuid_phys); in dt_to_blob() 501 asm_emit_cell(f, dti->boot_cpuid_phys); in dt_to_asm() 814 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 886 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob() 939 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
H A D | dtc.h | 255 uint32_t boot_cpuid_phys; member 266 struct node *tree, uint32_t boot_cpuid_phys);
|
H A D | livetree.c | 380 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() argument 388 dti->boot_cpuid_phys = boot_cpuid_phys; in build_dt_info()
|
H A D | dtc.c | 317 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup_32.c | 56 int boot_cpuid_phys; variable 57 EXPORT_SYMBOL_GPL(boot_cpuid_phys);
|
H A D | prom_init.c | 2752 hdr->boot_cpuid_phys = cpu_to_be32(prom.cpu); in flatten_device_tree()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | fdt.h | 22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
|
H A D | libfdt.h | 256 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 273 fdt_set_hdr_(boot_cpuid_phys);
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | fdt.h | 67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
|
H A D | libfdt.h | 224 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 241 fdt_set_hdr_(boot_cpuid_phys);
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 397 hdr->boot_cpuid_phys = 0; in bootx_flatten_dt()
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 257 def boot_cpuid_phys(self):
|