Searched refs:get_cpu (Results 1 – 25 of 94) sorted by relevance
1234
29 getcpu_t get_cpu; in main() local40 get_cpu = (getcpu_t)vdso_sym(version, name[4]); in main()41 if (!get_cpu) { in main()46 ret = VDSO_CALL(get_cpu, 3, &cpu, &node, 0); in main()
90 rem = &per_cpu(rds_page_remainders, get_cpu()); in rds_page_remainder_alloc()124 rem = &per_cpu(rds_page_remainders, get_cpu()); in rds_page_remainder_alloc()
19 cpu = get_cpu(); in get_abs_lowcore()
98 cpu = get_cpu();121 ``this_cpu_ptr`` 避免了通用 ``get_cpu``/``put_cpu`` 序列所需的多个步骤。没有可用
233 cpuid = get_cpu(); in smp_flush_tlb_mm()271 cpuid = get_cpu(); in smp_flush_tlb_range()
103 cpu = get_cpu(); in vfp_thread_flush()122 unsigned int cpu = get_cpu(); in vfp_thread_exit()515 unsigned int cpu = get_cpu(); in vfp_sync_hwstate()537 unsigned int cpu = get_cpu(); in vfp_flush_hwstate()
33 unsigned int cpu = get_cpu(); in dhry_benchmark()
40 int i, this_cpu = get_cpu(); in nmi_trigger_cpumask_backtrace()
146 int this_cpu = get_cpu(); in doorbell_try_core_ipi()
139 cpu = get_cpu(); in virtio_crypto_get_current_node()
704 int cpu = get_cpu(); in cpuidle_coupled_prevent_idle()723 int cpu = get_cpu(); in cpuidle_coupled_allow_idle()
332 cpu = get_cpu(); in cpuidle_get_driver()
161 int cpu = get_cpu(); in set_icache_stale_mask()
90 cpu = get_cpu(); in __flush_tlb_range()
275 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
159 this_cpu = get_cpu(); in xlate_dev_mem_ptr()
67 cpu = get_cpu(); in omap_secure_dispatcher()
172 this_cpu = get_cpu(); in broadcast_tlb_mm_a15_erratum()
954 this_cpu = get_cpu(); in smp_flush_dcache_folio_impl()1068 get_cpu(); in smp_flush_tlb_mm()1097 get_cpu(); in smp_flush_tlb_pending()1115 get_cpu(); in smp_flush_tlb_page()
106 int cpu = get_cpu(); in hvc_dcc_check()
28 int cpu = get_cpu(); in probe_current_pmu()
262 if (cpumask_any_but(mm_cpumask(mm), get_cpu()) < nr_cpu_ids) in arch_tlbbatch_should_defer()
91 __entry->curr_cpu = get_cpu();
205 cpu = get_cpu(); in ioa_select_path()
95 cpu = get_cpu(); in set_tls_desc()
Completed in 37 milliseconds