Searched refs:boot_cpuid_phys (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | smp.h | 162 extern int boot_cpuid_phys; 165 return boot_cpuid_phys; in get_hard_smp_processor_id() 170 boot_cpuid_phys = phys; in set_hard_smp_processor_id()
|
D | prom.h | 61 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ member
|
/linux-4.4.14/scripts/dtc/ |
D | flattree.c | 340 int boot_cpuid_phys) in make_fdt_header() argument 362 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header() 394 bi->boot_cpuid_phys); in dt_to_blob() 503 asm_emit_cell(f, bi->boot_cpuid_phys); in dt_to_asm() 807 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local 879 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob() 932 return build_boot_info(reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
D | dtc.h | 241 uint32_t boot_cpuid_phys; member 245 struct node *tree, uint32_t boot_cpuid_phys);
|
D | livetree.c | 339 struct node *tree, uint32_t boot_cpuid_phys) in build_boot_info() argument 346 bi->boot_cpuid_phys = boot_cpuid_phys; in build_boot_info()
|
D | fdtdump.c | 77 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
|
D | dtc.c | 231 bi->boot_cpuid_phys = cmdline_boot_cpuid; in main()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | setup_32.c | 47 int boot_cpuid_phys; variable 48 EXPORT_SYMBOL_GPL(boot_cpuid_phys);
|
D | prom_init.c | 2288 hdr->boot_cpuid_phys = cpu_to_be32(prom.cpu); in flatten_device_tree()
|
/linux-4.4.14/scripts/dtc/libfdt/ |
D | fdt.h | 67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
|
D | libfdt.h | 179 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 196 __fdt_set_hdr(boot_cpuid_phys);
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 399 hdr->boot_cpuid_phys = 0; in bootx_flatten_dt()
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 357 u32 boot_cpuid_phys; /* Which physical CPU id we're 428 here. Version 2 adds an additional field boot_cpuid_phys. 451 - boot_cpuid_phys
|