Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
Dsmp.c84 static struct pcpu pcpu_devices[NR_CPUS]; variable
174 if (pcpu_devices[cpu].address == address) in pcpu_find_address()
175 return pcpu_devices + cpu; in pcpu_find_address()
195 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()
232 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()
248 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()
252 if (pcpu == &pcpu_devices[0]) in pcpu_free_lowcore()
324 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()
364 pcpu_devices[0].address = stap(); in pcpu_set_smt()
380 pcpu = pcpu_devices + cpumask_first(cpu_online_mask); in smp_call_online_cpu()
[all …]