Searched refs:boot_cpuid_phys (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | smp.h | 184 extern int boot_cpuid_phys; 187 return boot_cpuid_phys; in get_hard_smp_processor_id() 192 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-v4.19/scripts/dtc/ |
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()
|
D | dtc.h | 259 uint32_t boot_cpuid_phys; member 270 struct node *tree, uint32_t boot_cpuid_phys);
|
D | fdtdump.c | 78 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
|
D | dtc.c | 317 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
|
D | livetree.c | 400 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() argument 408 dti->boot_cpuid_phys = boot_cpuid_phys; in build_dt_info()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | setup_32.c | 52 int boot_cpuid_phys; variable 53 EXPORT_SYMBOL_GPL(boot_cpuid_phys);
|
D | prom_init.c | 2570 hdr->boot_cpuid_phys = cpu_to_be32(prom.cpu); in flatten_device_tree()
|
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt.h | 67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
|
D | libfdt.h | 224 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) 241 fdt_set_hdr_(boot_cpuid_phys);
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 400 hdr->boot_cpuid_phys = 0; in bootx_flatten_dt()
|
/Linux-v4.19/Documentation/devicetree/ |
D | booting-without-of.txt | 370 u32 boot_cpuid_phys; /* Which physical CPU id we're 441 here. Version 2 adds an additional field boot_cpuid_phys. 464 - boot_cpuid_phys
|