Home
last modified time | relevance | path

Searched refs:allocate_paca (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dpaca.h280 extern void allocate_paca(int cpu);
286 static inline void allocate_paca(int cpu) { }; in allocate_paca() function
/arch/powerpc/kernel/
Dpaca.c245 void __init allocate_paca(int cpu) in allocate_paca() function
Dsetup-common.c827 allocate_paca(cpu); in smp_setup_pacas()
Dprom.c389 allocate_paca(boot_cpuid); in early_init_dt_scan_cpus()