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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dsmp.c552 struct _lowcore *cpu_lowcore; local
576 cpu_lowcore = lowcore_ptr[cpu];
577 cpu_lowcore->kernel_stack = (unsigned long)
579 sf = (struct stack_frame *) (cpu_lowcore->kernel_stack
584 cpu_lowcore->save_area[15] = (unsigned long) sf;
585 __ctl_store(cpu_lowcore->cregs_save_area[0], 0, 15);
588 : : "a" (&cpu_lowcore->access_regs_save_area) : "memory");
589 cpu_lowcore->percpu_offset = __per_cpu_offset[cpu];
590 cpu_lowcore->current_task = (unsigned long) idle;
591 cpu_lowcore
[all...]

Completed in 95 milliseconds