Searched refs:lowcore_ptr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dsmp.c48 struct _lowcore *lowcore_ptr[NR_CPUS]; variable in typeref:struct:_lowcore
49 EXPORT_SYMBOL(lowcore_ptr); variable
222 (__u32)(unsigned long) lowcore_ptr[cpu], cpu,
251 lowcore_ptr[smp_processor_id()]->panic_magic = __PANIC_MAGIC;
320 set_bit(sig, (unsigned long *) &lowcore_ptr[cpu]->ext_call_fast);
566 ccode = signal_processor_p((__u32)(unsigned long)(lowcore_ptr[cpu]),
576 cpu_lowcore = lowcore_ptr[cpu];
703 memset(lowcore_ptr, 0, sizeof(lowcore_ptr));
710 lowcore_ptr[
[all...]
H A Dsetup.c954 cpuinfo = &lowcore_ptr[n]->cpu_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dlowcore.h408 extern struct _lowcore *lowcore_ptr[];

Completed in 101 milliseconds