Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dabs_lowcore.h12 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc);
/linux-6.15/arch/s390/kernel/
H A Dabs_lowcore.c9 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map() function
H A Dsetup.c467 if (abs_lowcore_map(0, lowcore_ptr[0], false)) in setup_lowcore()
H A Dsmp.c211 if (abs_lowcore_map(cpu, lc, true)) in pcpu_alloc_lowcore()