Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/kernel/
Dsmp.c113 current_lc = lowcore_ptr[smp_processor_id()]; in smp_switch_to_ipl_cpu()
114 lc = lowcore_ptr[0]; in smp_switch_to_ipl_cpu()
190 set_bit(sig, (unsigned long *) &lowcore_ptr[cpu]->ext_call_fast); in smp_ext_bitcall()
525 lowcore_ptr[cpu] = lowcore; in smp_alloc_lowcore()
539 lowcore = lowcore_ptr[cpu]; in smp_free_lowcore()
549 lowcore_ptr[cpu] = NULL; in smp_free_lowcore()
587 lowcore = (u32)(unsigned long)lowcore_ptr[cpu]; in __cpu_up()
591 cpu_lowcore = lowcore_ptr[cpu]; in __cpu_up()
719 lowcore_ptr[smp_processor_id()] = lowcore; in smp_prepare_cpus()
Dsetup.c94 struct _lowcore *lowcore_ptr[NR_CPUS]; variable
95 EXPORT_SYMBOL(lowcore_ptr);
426 lowcore_ptr[0] = lc; in setup_lowcore()
Dipl.c1511 "a" (&lowcore_ptr[smp_processor_id()]->ipib)); in dump_reipl_run()
1515 "a" (&lowcore_ptr[smp_processor_id()]->ipib)); in dump_reipl_run()
1520 "a" (&lowcore_ptr[smp_processor_id()]->ipib_checksum)); in dump_reipl_run()
/linux-2.6.39/arch/s390/include/asm/
Dlowcore.h322 extern struct _lowcore *lowcore_ptr[];