Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dsmp.c73 static struct pcpu pcpu_devices[NR_CPUS]; variable
160 if (pcpu_devices[cpu].address == address) in pcpu_find_address()
161 return pcpu_devices + cpu; in pcpu_find_address()
183 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()
210 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()
223 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()
225 if (pcpu == &pcpu_devices[0]) in pcpu_free_lowcore()
285 struct _lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()
330 pcpu_devices[0].address = stap(); in pcpu_set_smt()
346 pcpu = pcpu_devices + cpumask_first(cpu_online_mask); in smp_call_online_cpu()
[all …]