/linux-6.12.1/tools/testing/selftests/vDSO/ |
D | vdso_test_getcpu.c | 29 getcpu_t get_cpu; in main() local 40 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()
|
/linux-6.12.1/net/rds/ |
D | page.c | 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()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | abs_lowcore.h | 19 cpu = get_cpu(); in get_abs_lowcore()
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | smp.c | 233 cpuid = get_cpu(); in smp_flush_tlb_mm() 271 cpuid = get_cpu(); in smp_flush_tlb_range()
|
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | this_cpu_ops.rst | 98 cpu = get_cpu(); 121 ``this_cpu_ptr`` 避免了通用 ``get_cpu``/``put_cpu`` 序列所需的多个步骤。没有可用
|
/linux-6.12.1/arch/arm/vfp/ |
D | vfpmodule.c | 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()
|
/linux-6.12.1/lib/ |
D | dhry_run.c | 33 unsigned int cpu = get_cpu(); in dhry_benchmark()
|
D | nmi_backtrace.c | 40 int i, this_cpu = get_cpu(); in nmi_trigger_cpumask_backtrace()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | dbell.h | 146 int this_cpu = get_cpu(); in doorbell_try_core_ipi()
|
/linux-6.12.1/drivers/cpuidle/ |
D | coupled.c | 704 int cpu = get_cpu(); in cpuidle_coupled_prevent_idle() 723 int cpu = get_cpu(); in cpuidle_coupled_allow_idle()
|
D | driver.c | 332 cpu = get_cpu(); in cpuidle_get_driver()
|
/linux-6.12.1/drivers/crypto/virtio/ |
D | virtio_crypto_common.h | 139 cpu = get_cpu(); in virtio_crypto_get_current_node()
|
/linux-6.12.1/arch/riscv/mm/ |
D | cacheflush.c | 161 int cpu = get_cpu(); in set_icache_stale_mask()
|
D | tlbflush.c | 90 cpu = get_cpu(); in __flush_tlb_range()
|
/linux-6.12.1/include/linux/ |
D | smp.h | 275 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
|
/linux-6.12.1/arch/sparc/kernel/ |
D | smp_64.c | 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()
|
/linux-6.12.1/arch/arm/kernel/ |
D | smp_tlb.c | 172 this_cpu = get_cpu(); in broadcast_tlb_mm_a15_erratum()
|
/linux-6.12.1/arch/s390/mm/ |
D | maccess.c | 159 this_cpu = get_cpu(); in xlate_dev_mem_ptr()
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | omap-secure.c | 67 cpu = get_cpu(); in omap_secure_dispatcher()
|
/linux-6.12.1/drivers/tty/hvc/ |
D | hvc_dcc.c | 106 int cpu = get_cpu(); in hvc_dcc_check()
|
/linux-6.12.1/drivers/perf/ |
D | arm_pmu_platform.c | 28 int cpu = get_cpu(); in probe_current_pmu()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | tlbflush.h | 262 if (cpumask_any_but(mm_cpumask(mm), get_cpu()) < nr_cpu_ids) in arch_tlbbatch_should_defer()
|
/linux-6.12.1/arch/x86/kernel/ |
D | tls.c | 95 cpu = get_cpu(); in set_tls_desc()
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_trace.h | 91 __entry->curr_cpu = get_cpu();
|
/linux-6.12.1/arch/sh/kernel/ |
D | hw_breakpoint.c | 296 cpu = get_cpu(); in hw_breakpoint_handler()
|