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()
235 struct lowcore *lc; in pcpu_free_lowcore()
255 struct lowcore *lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary()
278 struct lowcore *lc; in pcpu_attach_task()
298 struct lowcore *lc; in pcpu_start_fn()
324 struct lowcore *lc, *abs_lc; in pcpu_delegate()
403 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu()
595 struct lowcore *abs_lc; in smp_ctl_set_clear_bit()
620 struct lowcore *lc; in smp_store_status()
1249 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore()
1271 struct lowcore *lc, *lc_ipl; in smp_reinit_ipl_cpu()
1276 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in smp_reinit_ipl_cpu()