Home
last modified time | relevance | path

Searched refs:boot_cpuid_phys (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dsmp.h223 extern int boot_cpuid_phys;
226 return boot_cpuid_phys; in get_hard_smp_processor_id()
231 boot_cpuid_phys = phys; in set_hard_smp_processor_id()
H A Dprom.h52 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ member
/linux/scripts/dtc/
H A Dflattree.c317 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()
797 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
869 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob()
922 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
H A Ddtc.h326 uint32_t boot_cpuid_phys; member
337 struct node *tree, uint32_t boot_cpuid_phys);
H A Dlivetree.c400 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()
H A Ddtc.c325 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
/linux/scripts/dtc/libfdt/
H A Dfdt.h22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
H A Dlibfdt.h256 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
273 fdt_set_hdr_(boot_cpuid_phys);
/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c397 hdr->boot_cpuid_phys = 0; in bootx_flatten_dt()