Home
last modified time | relevance | path

Searched refs:lowcore_ptr (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/s390/kernel/
Dmachine_kexec.c243 VMCOREINFO_SYMBOL(lowcore_ptr); in arch_crash_save_vmcoreinfo()
245 VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS); in arch_crash_save_vmcoreinfo()
Dsetup.c108 struct lowcore *lowcore_ptr[NR_CPUS]; variable
109 EXPORT_SYMBOL(lowcore_ptr);
388 lowcore_ptr[0] = lc; in setup_lowcore()
Dsmp.c221 lowcore_ptr[cpu] = lc; in pcpu_alloc_lowcore()
241 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()
309 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()
/Linux-v4.19/arch/s390/mm/
Dmaccess.c174 lc = (unsigned long) lowcore_ptr[cpu]; in is_swapped()
/Linux-v4.19/arch/s390/include/asm/
Dlowcore.h192 extern struct lowcore *lowcore_ptr[];
Dprocessor.h70 struct lowcore *lc = lowcore_ptr[cpu]; in test_cpu_flag_of()