Searched refs:boot_cpuid_phys (Results 1 - 25 of 26) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dsmp.h134 extern int boot_cpuid_phys;
137 return boot_cpuid_phys;
142 boot_cpuid_phys = phys;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsmp.h134 extern int boot_cpuid_phys;
137 return boot_cpuid_phys;
142 boot_cpuid_phys = phys;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.h16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
H A Dlibfdt.h152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
169 __fdt_set_hdr(boot_cpuid_phys); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/libfdt/
H A Dfdt.h16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're member in struct:fdt_header
H A Dlibfdt.h152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys))
169 __fdt_set_hdr(boot_cpuid_phys); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dof_fdt.h53 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ member in struct:boot_param_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dof_fdt.h53 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ member in struct:boot_param_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Dlivetree.c170 struct node *tree, uint32_t boot_cpuid_phys)
177 bi->boot_cpuid_phys = boot_cpuid_phys;
169 build_boot_info(struct reserve_info *reservelist, struct node *tree, uint32_t boot_cpuid_phys) argument
H A Dflattree.c320 int boot_cpuid_phys)
342 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys);
374 bi->boot_cpuid_phys);
479 fprintf(f, "\t.long\t%i\t\t\t\t\t/* boot_cpuid_phys */\n",
480 bi->boot_cpuid_phys);
778 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local
850 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys);
903 return build_boot_info(reservelist, tree, boot_cpuid_phys);
317 make_fdt_header(struct fdt_header *fdt, struct version_info *vi, int reservesize, int dtsize, int strsize, int boot_cpuid_phys) argument
[all...]
H A Ddtc.h216 uint32_t boot_cpuid_phys; member in struct:boot_info
220 struct node *tree, uint32_t boot_cpuid_phys);
H A Ddtc.c198 bi->boot_cpuid_phys = cmdline_boot_cpuid;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Dlivetree.c170 struct node *tree, uint32_t boot_cpuid_phys)
177 bi->boot_cpuid_phys = boot_cpuid_phys;
169 build_boot_info(struct reserve_info *reservelist, struct node *tree, uint32_t boot_cpuid_phys) argument
H A Dflattree.c320 int boot_cpuid_phys)
342 fdt->boot_cpuid_phys = cpu_to_fdt32(boot_cpuid_phys);
374 bi->boot_cpuid_phys);
479 fprintf(f, "\t.long\t%i\t\t\t\t\t/* boot_cpuid_phys */\n",
480 bi->boot_cpuid_phys);
778 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; local
850 boot_cpuid_phys = fdt32_to_cpu(fdt->boot_cpuid_phys);
903 return build_boot_info(reservelist, tree, boot_cpuid_phys);
317 make_fdt_header(struct fdt_header *fdt, struct version_info *vi, int reservesize, int dtsize, int strsize, int boot_cpuid_phys) argument
[all...]
H A Ddtc.h216 uint32_t boot_cpuid_phys; member in struct:boot_info
220 struct node *tree, uint32_t boot_cpuid_phys);
H A Ddtc.c198 bi->boot_cpuid_phys = cmdline_boot_cpuid;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_32.c51 int boot_cpuid_phys; variable
H A Dprom.c302 initial_boot_params->boot_cpuid_phys) {
H A Dprom_init.c2046 hdr->boot_cpuid_phys = _prom->cpu;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_32.c51 int boot_cpuid_phys; variable
H A Dprom.c302 initial_boot_params->boot_cpuid_phys) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c398 hdr->boot_cpuid_phys = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c398 hdr->boot_cpuid_phys = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Ddt.c136 dt->header.boot_cpuid_phys = smp_processor_id();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Ddt.c136 dt->header.boot_cpuid_phys = smp_processor_id();

Completed in 213 milliseconds

12