Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsmp.h222 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 Dprom.h57 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ member
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c331 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 Ddtc.h254 uint32_t boot_cpuid_phys; member
265 struct node *tree, uint32_t boot_cpuid_phys);
H A Dlivetree.c379 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() argument
387 dti->boot_cpuid_phys = boot_cpuid_phys; in build_dt_info()
H A Ddtc.c319 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c316 int boot_cpuid_phys) in make_fdt_header() argument
338 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys); in make_fdt_header()
370 dti->boot_cpuid_phys); in dt_to_blob()
486 asm_emit_cell(f, dti->boot_cpuid_phys); in dt_to_asm()
799 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
871 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys); in dt_from_blob()
924 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
H A Ddtc.h290 uint32_t boot_cpuid_phys; member
301 struct node *tree, uint32_t boot_cpuid_phys);
H A Dfdtdump.c78 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob()
H A Dlivetree.c399 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()
H A Ddtc.c316 dti->boot_cpuid_phys = cmdline_boot_cpuid; in main()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup_32.c55 int boot_cpuid_phys; variable
56 EXPORT_SYMBOL_GPL(boot_cpuid_phys);
H A Dprom_init.c2721 hdr->boot_cpuid_phys = cpu_to_be32(prom.cpu); in flatten_device_tree()
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt.h67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
H A Dlibfdt.h224 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
241 __fdt_set_hdr(boot_cpuid_phys);
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.h22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're member
H A Dlibfdt.h247 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
264 fdt_set_hdr_(boot_cpuid_phys);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dbootx_init.c396 hdr->boot_cpuid_phys = 0; in bootx_flatten_dt()