Lines Matching refs:lowcore
195 struct lowcore *lc; in pcpu_alloc_lowcore()
197 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
232 struct lowcore *lc; in pcpu_free_lowcore()
251 struct lowcore *lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary()
274 struct lowcore *lc; in pcpu_attach_task()
294 struct lowcore *lc; in pcpu_start_fn()
320 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate()
394 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu()
608 struct lowcore *lc; in smp_store_status()
1246 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore()
1268 struct lowcore *lc, *lc_ipl; in smp_reinit_ipl_cpu()
1272 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in smp_reinit_ipl_cpu()