Searched refs:pcpu_devices (Results 1 – 1 of 1) sorted by relevance
83 static struct pcpu pcpu_devices[NR_CPUS]; variable173 if (pcpu_devices[cpu].address == address) in pcpu_find_address()174 return pcpu_devices + cpu; in pcpu_find_address()194 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()228 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()244 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()248 if (pcpu == &pcpu_devices[0]) in pcpu_free_lowcore()317 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()357 pcpu_devices[0].address = stap(); in pcpu_set_smt()373 pcpu = pcpu_devices + cpumask_first(cpu_online_mask); in smp_call_online_cpu()[all …]