Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/kernel/
Dmachine_kexec.c181 VMCOREINFO_SYMBOL(lowcore_ptr); in arch_crash_save_vmcoreinfo()
183 VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS); in arch_crash_save_vmcoreinfo()
Dsetup.c110 struct _lowcore *lowcore_ptr[NR_CPUS]; variable
111 EXPORT_SYMBOL(lowcore_ptr);
437 lowcore_ptr[0] = lc; in setup_lowcore()
Dsmp.c217 lowcore_ptr[cpu] = lc; in pcpu_alloc_lowcore()
232 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()
/linux-3.4.99/arch/s390/include/asm/
Dlowcore.h347 extern struct _lowcore *lowcore_ptr[];