Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390x/kernel/
Dsmp.c255 low_core_addr = (unsigned long)get_cpu_lowcore(i); in do_store_status()
274 get_cpu_lowcore(smp_processor_id())->panic_magic = __PANIC_MAGIC; in smp_send_stop()
384 set_bit(sig, &(get_cpu_lowcore(cpu)->ext_call_fast)); in smp_ext_bitcall()
403 set_bit(sig, &(get_cpu_lowcore(i)->ext_call_fast)); in smp_ext_bitcall_others()
582 cpu_lowcore = get_cpu_lowcore(cpu); in do_boot_cpu()
/linux-2.4.37.9/arch/s390/kernel/
Dsmp.c254 low_core_addr = (unsigned long)get_cpu_lowcore(i); in do_store_status()
273 get_cpu_lowcore(smp_processor_id())->panic_magic = __PANIC_MAGIC; in smp_send_stop()
381 struct _lowcore *lowcore = get_cpu_lowcore(cpu); in smp_ext_bitcall()
403 lowcore = get_cpu_lowcore(i); in smp_ext_bitcall_others()
601 cpu_lowcore = get_cpu_lowcore(cpu); in do_boot_cpu()
/linux-2.4.37.9/include/asm-s390/
Dlowcore.h190 #define get_cpu_lowcore(cpu) (&S390_lowcore) macro
193 #define get_cpu_lowcore(cpu) (lowcore_ptr[(cpu)]) macro
/linux-2.4.37.9/include/asm-s390x/
Dlowcore.h208 #define get_cpu_lowcore(cpu) (&S390_lowcore) macro
211 #define get_cpu_lowcore(cpu) (lowcore_ptr[(cpu)]) macro