Searched refs:get_cpu_lowcore (Results 1 – 4 of 4) sorted by relevance
255 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()
254 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()
190 #define get_cpu_lowcore(cpu) (&S390_lowcore) macro193 #define get_cpu_lowcore(cpu) (lowcore_ptr[(cpu)]) macro
208 #define get_cpu_lowcore(cpu) (&S390_lowcore) macro211 #define get_cpu_lowcore(cpu) (lowcore_ptr[(cpu)]) macro