Lines Matching refs:lowcore
196 struct lowcore *lc; in pcpu_alloc_lowcore()
198 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
236 struct lowcore *lc; in pcpu_free_lowcore()
256 struct lowcore *lc, *abs_lc; in pcpu_prepare_secondary()
282 struct lowcore *lc; in pcpu_attach_task()
301 struct lowcore *lc; in pcpu_start_fn()
327 struct lowcore *lc, *abs_lc; in pcpu_delegate()
405 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu()
597 struct lowcore *abs_lc; in smp_ctl_set_clear_bit()
622 struct lowcore *lc; in smp_store_status()
1262 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore()
1284 struct lowcore *lc, *lc_ipl; in smp_reinit_ipl_cpu()
1289 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in smp_reinit_ipl_cpu()