Searched refs:abs_lowcore_map (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | abs_lowcore.h | 11 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc);
|
/openbmc/linux/arch/s390/kernel/ |
H A D | abs_lowcore.c | 8 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map() function
|
H A D | smp.c | 217 if (abs_lowcore_map(cpu, lc, true)) in pcpu_alloc_lowcore() 1306 if (abs_lowcore_map(0, lc, false)) in smp_reinit_ipl_cpu()
|
H A D | setup.c | 482 if (abs_lowcore_map(0, lowcore_ptr[0], false)) in setup_lowcore()
|