Searched refs:lowcore_ptr (Results 1 – 6 of 6) sorted by relevance
13 VMCOREINFO_SYMBOL(lowcore_ptr); in arch_crash_save_vmcoreinfo()15 VMCOREINFO_LENGTH(lowcore_ptr, NR_CPUS); in arch_crash_save_vmcoreinfo()
210 lowcore_ptr[cpu] = lc; in pcpu_alloc_lowcore()229 lc = lowcore_ptr[cpu]; in pcpu_free_lowcore()234 lowcore_ptr[cpu] = NULL; in pcpu_free_lowcore()247 lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary()273 lc = lowcore_ptr[cpu]; in pcpu_attach_task()290 lc = lowcore_ptr[cpu]; in pcpu_start_fn()315 lc = lowcore_ptr[cpu]; in pcpu_delegate()375 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu()550 lc = lowcore_ptr[cpu]; in smp_store_status()
181 struct lowcore *lowcore_ptr[NR_CPUS]; variable182 EXPORT_SYMBOL(lowcore_ptr);466 lowcore_ptr[0] = lc; in setup_lowcore()467 if (abs_lowcore_map(0, lowcore_ptr[0], false)) in setup_lowcore()
27 addr += (void *)lowcore_ptr[raw_smp_processor_id()] - in arch_kmsan_get_meta_or_null()
233 extern struct lowcore *lowcore_ptr[];
137 lc = virt_to_phys(lowcore_ptr[cpu]); in get_swapped_owner()176 ptr = (void *)(addr - virt_to_phys(lowcore_ptr[cpu])); in xlate_dev_mem_ptr()
Completed in 13 milliseconds