Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dpaca.h293 extern void allocate_paca(int cpu);
299 static inline void allocate_paca(int cpu) { } in allocate_paca() function
/Linux-v6.1/arch/powerpc/kernel/
Dpaca.c254 void __init allocate_paca(int cpu) in allocate_paca() function
Dsetup-common.c879 allocate_paca(cpu); in smp_setup_pacas()
Dprom.c869 allocate_paca(boot_cpuid); in early_init_devtree()