Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsmp.h162 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()
Dprom.h61 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ member
/arch/powerpc/kernel/
Dsetup_32.c47 int boot_cpuid_phys; variable
48 EXPORT_SYMBOL_GPL(boot_cpuid_phys);
Dprom_init.c2291 hdr->boot_cpuid_phys = cpu_to_be32(prom.cpu); in flatten_device_tree()
/arch/powerpc/platforms/powermac/
Dbootx_init.c399 hdr->boot_cpuid_phys = 0; in bootx_flatten_dt()