Searched refs:get_cpu (Results 1 - 25 of 86) sorted by relevance

1234

/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_getcpu.c32 getcpu_t get_cpu; local
43 get_cpu = (getcpu_t)vdso_sym(version, name);
44 if (!get_cpu) {
49 ret = get_cpu(&cpu, &node, 0);
/linux-master/arch/s390/include/asm/
H A Dabs_lowcore.h18 cpu = get_cpu();
/linux-master/net/rds/
H A Dpage.c90 rem = &per_cpu(rds_page_remainders, get_cpu());
124 rem = &per_cpu(rds_page_remainders, get_cpu());
/linux-master/lib/
H A Dnmi_backtrace.c40 int i, this_cpu = get_cpu();
H A Ddhry_run.c33 unsigned int cpu = get_cpu();
/linux-master/arch/powerpc/include/asm/
H A Ddbell.h146 int this_cpu = get_cpu();
/linux-master/kernel/
H A Dprofile.c183 j = per_cpu(cpu_profile_flip, get_cpu());
206 i = per_cpu(cpu_profile_flip, get_cpu());
225 cpu = get_cpu();
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_common.h139 cpu = get_cpu();
/linux-master/arch/x86/um/
H A Dtls_32.c28 cpu = get_cpu();
44 cpu = get_cpu();
/linux-master/arch/openrisc/kernel/
H A Dsmp.c233 cpuid = get_cpu();
271 cpuid = get_cpu();
/linux-master/arch/arm/kernel/
H A Dsmp_tlb.c172 this_cpu = get_cpu();
/linux-master/arch/s390/mm/
H A Dmaccess.c159 this_cpu = get_cpu();
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c103 cpu = get_cpu();
122 unsigned int cpu = get_cpu();
515 unsigned int cpu = get_cpu();
537 unsigned int cpu = get_cpu();
/linux-master/include/linux/
H A Dsmp.h275 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
H A Dsbitmap.h501 *cpu = get_cpu();
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.c67 cpu = get_cpu();
/linux-master/arch/riscv/mm/
H A Dtlbflush.c115 cpuid = get_cpu();
/linux-master/drivers/cpuidle/
H A Dcoupled.c711 int cpu = get_cpu();
730 int cpu = get_cpu();
/linux-master/arch/sh/kernel/
H A Dhw_breakpoint.c296 cpu = get_cpu();
/linux-master/arch/x86/kernel/
H A Dtls.c95 cpu = get_cpu();
/linux-master/drivers/md/
H A Ddm-ps-io-affinity.c205 cpu = get_cpu();
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_trace.h91 __entry->curr_cpu = get_cpu();
/linux-master/drivers/perf/
H A Darm_pmu_platform.c28 int cpu = get_cpu();
/linux-master/arch/x86/include/asm/
H A Dtlbflush.h262 if (cpumask_any_but(mm_cpumask(mm), get_cpu()) < nr_cpu_ids)
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c169 my_cpu = get_cpu();

Completed in 392 milliseconds

1234