Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390/kernel/
Dsmp.c51 struct _lowcore *lowcore_ptr[NR_CPUS];
381 struct _lowcore *lowcore = get_cpu_lowcore(cpu); in smp_ext_bitcall()
397 struct _lowcore *lowcore; in smp_ext_bitcall_others()
580 struct _lowcore *cpu_lowcore; in do_boot_cpu()
659 lowcore_ptr[i] = (struct _lowcore *) in smp_boot_cpus()
669 memcpy(lowcore_ptr[i], &S390_lowcore, sizeof(struct _lowcore)); in smp_boot_cpus()
Dsetup.c419 struct _lowcore *lowcore; in setup_arch()
585 lowcore = (struct _lowcore *) in setup_arch()
/linux-2.4.37.9/include/asm-s390/
Dlowcore.h100 struct _lowcore struct
186 #define S390_lowcore (*((struct _lowcore *) 0)) argument
187 extern struct _lowcore *lowcore_ptr[];
/linux-2.4.37.9/include/asm-s390x/
Dlowcore.h101 struct _lowcore struct
204 #define S390_lowcore (*((struct _lowcore *) 0)) argument
205 extern struct _lowcore *lowcore_ptr[];
/linux-2.4.37.9/arch/s390x/kernel/
Dsmp.c51 struct _lowcore *lowcore_ptr[NR_CPUS];
561 struct _lowcore *cpu_lowcore; in do_boot_cpu()
623 struct _lowcore *curr_lowcore; in smp_boot_cpus()
641 curr_lowcore = (struct _lowcore *) in smp_boot_cpus()
655 memcpy(curr_lowcore, &S390_lowcore, sizeof(struct _lowcore)); in smp_boot_cpus()
Dsetup.c307 struct _lowcore *lowcore; in setup_arch()
444 lowcore = (struct _lowcore *) in setup_arch()