Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A 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()
387 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu()
618 lc = lowcore_ptr[cpu]; in smp_store_status()
1276 lc_ipl = lowcore_ptr[0]; in smp_reinit_ipl_cpu()
[all …]
A Dmachine_kexec.c224 VMCOREINFO_SYMBOL(lowcore_ptr); in arch_crash_save_vmcoreinfo()
226 VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS); in arch_crash_save_vmcoreinfo()
A Dsetup.c174 struct lowcore *lowcore_ptr[NR_CPUS]; variable
175 EXPORT_SYMBOL(lowcore_ptr);
499 lowcore_ptr[0] = lc; in setup_lowcore_dat_off()
504 struct lowcore *lc = lowcore_ptr[0]; in setup_lowcore_dat_on()
/linux/arch/s390/include/asm/
A Dlowcore.h204 extern struct lowcore *lowcore_ptr[];
A Dprocessor.h68 struct lowcore *lc = lowcore_ptr[cpu]; in test_cpu_flag_of()
/linux/arch/s390/mm/
A Dmaccess.c212 lc = (unsigned long) lowcore_ptr[cpu]; in is_swapped()
/linux/Documentation/admin-guide/kdump/
A Dvmcoreinfo.rst509 lowcore_ptr section in s390
520 (lowcore_ptr, NR_CPUS)

Completed in 13 milliseconds