Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dsmp.c75 static struct pcpu pcpu_devices[NR_CPUS]; variable
162 if (pcpu_devices[cpu].address == address) in pcpu_find_address()
163 return pcpu_devices + cpu; in pcpu_find_address()
185 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()
212 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()
225 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()
227 if (pcpu == &pcpu_devices[0]) in pcpu_free_lowcore()
289 struct _lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()
334 pcpu_devices[0].address = stap(); in pcpu_set_smt()
350 pcpu = pcpu_devices + cpumask_first(cpu_online_mask); in smp_call_online_cpu()
[all …]