Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390x/kernel/
Dsmp.c623 struct _lowcore *curr_lowcore; in smp_boot_cpus() local
641 curr_lowcore = (struct _lowcore *) in smp_boot_cpus()
643 if (curr_lowcore == NULL) { in smp_boot_cpus()
651 free_page((unsigned long) curr_lowcore); in smp_boot_cpus()
654 lowcore_ptr[i] = curr_lowcore; in smp_boot_cpus()
655 memcpy(curr_lowcore, &S390_lowcore, sizeof(struct _lowcore)); in smp_boot_cpus()
656 curr_lowcore->async_stack = async_stack + (4 * PAGE_SIZE); in smp_boot_cpus()
662 set_prefix((u32)(u64)curr_lowcore); in smp_boot_cpus()
664 ccode = signal_processor_p((u64)(curr_lowcore), in smp_boot_cpus()