Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpaca.h283 extern void allocate_paca(int cpu);
289 static inline void allocate_paca(int cpu) { }; in allocate_paca() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpaca.c285 void __init allocate_paca(int cpu) in allocate_paca() function
H A Dsetup-common.c843 allocate_paca(cpu); in smp_setup_pacas()
H A Dprom.c391 allocate_paca(boot_cpuid); in early_init_dt_scan_cpus()