Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dabs_lowcore.h11 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc);
/openbmc/linux/arch/s390/kernel/
H A Dabs_lowcore.c8 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map() function
H A Dsmp.c217 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 Dsetup.c482 if (abs_lowcore_map(0, lowcore_ptr[0], false)) in setup_lowcore()