Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpaca.h260 extern void allocate_paca(int cpu);
266 static inline void allocate_paca(int cpu) { }; in allocate_paca() function
/Linux-v4.19/arch/powerpc/kernel/
Dpaca.c205 void __init allocate_paca(int cpu) in allocate_paca() function
Dprom.c389 allocate_paca(boot_cpuid); in early_init_dt_scan_cpus()
Dsetup-common.c855 allocate_paca(cpu); in smp_setup_pacas()