Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dmachine_kexec.c217 VMCOREINFO_SYMBOL(lowcore_ptr); in arch_crash_save_vmcoreinfo()
219 VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS); in arch_crash_save_vmcoreinfo()
Dsetup.c99 struct _lowcore *lowcore_ptr[NR_CPUS]; variable
100 EXPORT_SYMBOL(lowcore_ptr);
373 lowcore_ptr[0] = lc; in setup_lowcore()
Dsmp.c206 lowcore_ptr[cpu] = lc; in pcpu_alloc_lowcore()
223 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()
285 struct _lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()
/linux-4.1.27/arch/s390/mm/
Dmaccess.c169 lc = (unsigned long) lowcore_ptr[cpu]; in is_swapped()
/linux-4.1.27/arch/s390/include/asm/
Dlowcore.h202 extern struct _lowcore *lowcore_ptr[];