Searched refs:abs_lowcore_map (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | abs_lowcore.h | 11 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc);
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | abs_lowcore.c | 8 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map() function
|
A D | smp.c | 216 if (abs_lowcore_map(cpu, lc, true)) in pcpu_alloc_lowcore() 1293 if (abs_lowcore_map(0, lc, false)) in smp_reinit_ipl_cpu()
|
A D | setup.c | 509 if (abs_lowcore_map(0, lowcore_ptr[0], false)) in setup_lowcore()
|
Completed in 7 milliseconds