Searched refs:pcpu_devices (Results 1 – 1 of 1) sorted by relevance
84 static struct pcpu pcpu_devices[NR_CPUS]; variable174 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()231 if (pcpu != &pcpu_devices[0]) { in pcpu_alloc_lowcore()247 lowcore_ptr[pcpu - pcpu_devices] = NULL; in pcpu_free_lowcore()251 if (pcpu == &pcpu_devices[0]) in pcpu_free_lowcore()323 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()363 pcpu_devices[0].address = stap(); in pcpu_set_smt()379 pcpu = pcpu_devices + cpumask_first(cpu_online_mask); in smp_call_online_cpu()[all …]