Searched refs:current_lc (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dsmp.c102 struct _lowcore *lc, *current_lc; local
112 current_lc = lowcore_ptr[smp_processor_id()];
115 lc = current_lc;
125 memcpy(&regs->gprs, &current_lc->gpregs_save_area, sizeof(regs->gprs));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dsmp.c102 struct _lowcore *lc, *current_lc; local
112 current_lc = lowcore_ptr[smp_processor_id()];
115 lc = current_lc;
125 memcpy(&regs->gprs, &current_lc->gpregs_save_area, sizeof(regs->gprs));

Completed in 43 milliseconds