Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dsmp.c217 lowcore_ptr[cpu] = lc; in pcpu_alloc_lowcore()
236 lc = lowcore_ptr[cpu]; in pcpu_free_lowcore()
241 lowcore_ptr[cpu] = NULL; in pcpu_free_lowcore()
251 struct lowcore *lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary()
278 lc = lowcore_ptr[cpu]; in pcpu_attach_task()
298 lc = lowcore_ptr[cpu]; in pcpu_start_fn()
320 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()
394 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu()
613 lc = lowcore_ptr[cpu]; in smp_store_status()
1271 lc_ipl = lowcore_ptr[0]; in smp_reinit_ipl_cpu()
[all …]
Dmachine_kexec.c224 VMCOREINFO_SYMBOL(lowcore_ptr); in arch_crash_save_vmcoreinfo()
226 VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS); in arch_crash_save_vmcoreinfo()
Dsetup.c174 struct lowcore *lowcore_ptr[NR_CPUS]; variable
175 EXPORT_SYMBOL(lowcore_ptr);
498 lowcore_ptr[0] = lc; in setup_lowcore_dat_off()
503 struct lowcore *lc = lowcore_ptr[0]; in setup_lowcore_dat_on()
/arch/s390/include/asm/
Dlowcore.h203 extern struct lowcore *lowcore_ptr[];
Dprocessor.h68 struct lowcore *lc = lowcore_ptr[cpu]; in test_cpu_flag_of()
/arch/s390/mm/
Dmaccess.c212 lc = (unsigned long) lowcore_ptr[cpu]; in is_swapped()