Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dsmp.h33 extern int smp_find_processor_id(u16 address);
61 static inline int smp_find_processor_id(u16 address) { return 0; } in smp_find_processor_id() function
/Linux-v4.19/arch/s390/kernel/
Dmachine_kexec.c113 this_cpu = smp_find_processor_id(stap()); in __machine_kdump()
Dtopology.c127 lcpu = smp_find_processor_id(rcore << smp_cpu_mt_shift); in add_cpus_to_mask()
Dsmp.c379 int smp_find_processor_id(u16 address) in smp_find_processor_id() function