Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU (Results 1 – 25 of 78) sorted by relevance

1234

/xen/xen/common/
A Dtasklet.c25 DEFINE_PER_CPU(unsigned long, tasklet_work_to_do);
27 static DEFINE_PER_CPU(struct list_head, tasklet_list);
28 static DEFINE_PER_CPU(struct list_head, softirq_tasklet_list);
A Dsoftirq.c25 static DEFINE_PER_CPU(cpumask_t, batch_mask);
26 static DEFINE_PER_CPU(unsigned int, batching);
A Dpreempt.c26 DEFINE_PER_CPU(unsigned int, __preempt_count);
A Drandom.c8 static DEFINE_PER_CPU(unsigned int, seed);
A Drwlock.c106 static DEFINE_PER_CPU(cpumask_t, percpu_rwlock_readers);
A Dstop_machine.c53 static DEFINE_PER_CPU(struct tasklet, stopmachine_tasklet);
A Drcupdate.c49 DEFINE_PER_CPU(unsigned int, rcu_lock_cnt);
141 static DEFINE_PER_CPU(struct rcu_data, rcu_data);
A Dkeyhandler.c355 static DEFINE_PER_CPU(s_time_t, read_clocks_time);
356 static DEFINE_PER_CPU(u64, read_cycles_time);
A Ddebugtrace.c33 static DEFINE_PER_CPU(struct debugtrace_data *, dt_cpu_data);
/xen/xen/arch/x86/
A Dnmi.c42 static DEFINE_PER_CPU(struct timer, nmi_timer);
43 static DEFINE_PER_CPU(unsigned int, nmi_timer_ticks);
457 static DEFINE_PER_CPU(unsigned int, last_irq_sums);
458 static DEFINE_PER_CPU(unsigned int, alert_counter);
A Dpercpu.c46 static DEFINE_PER_CPU(struct free_info, free_info);
A Dflushtlb.c34 DEFINE_PER_CPU(u32, tlbflush_time);
/xen/xen/arch/arm/
A Dprocessor.c21 static DEFINE_PER_CPU(struct processor *, processor);
A Dpercpu.c34 static DEFINE_PER_CPU(struct free_info, free_info);
/xen/xen/include/xen/
A Dpercpu.h18 #define DEFINE_PER_CPU(type, name) \ macro
/xen/xen/arch/x86/hvm/
A Dasid.c60 static DEFINE_PER_CPU(struct hvm_asid_data, hvm_asid_data);
/xen/xen/arch/x86/guest/xen/
A Dxen.c44 DEFINE_PER_CPU(unsigned int, vcpu_id);
48 DEFINE_PER_CPU(struct vcpu_info *, vcpu_info);
/xen/xen/drivers/cpufreq/
A Dcpufreq_ondemand.c44 static DEFINE_PER_CPU(struct cpu_dbs_info_s, cpu_dbs_info);
58 static DEFINE_PER_CPU(struct timer, dbs_timer);
A Dcpufreq_misc_governors.c27 static DEFINE_PER_CPU(unsigned int, cpu_set_freq);
/xen/xen/arch/x86/pv/
A Dtraps.c140 static DEFINE_PER_CPU(struct vcpu *, softirq_nmi_vcpu);
/xen/tools/tests/x86_emulator/
A Dx86-emulate.c6 #define DEFINE_PER_CPU(type, var) type per_cpu_##var macro
/xen/xen/arch/x86/cpu/
A Dcommon.c47 DEFINE_PER_CPU(struct cpuidmasks, cpuidmasks);
57 DEFINE_PER_CPU(bool, full_gdt_loaded);
120 static DEFINE_PER_CPU(uint64_t, msr_misc_features);
/xen/xen/arch/x86/cpu/microcode/
A Dcore.c217 DEFINE_PER_CPU(struct cpu_signature, cpu_sig);
219 static DEFINE_PER_CPU(int, loading_err);
/xen/xen/arch/x86/acpi/
A Dcpuidle_menu.c115 static DEFINE_PER_CPU(struct menu_device, menu_devices);
/xen/xen/arch/x86/genapic/
A Dx2apic.c35 static DEFINE_PER_CPU(cpumask_var_t, scratch_mask);

Completed in 31 milliseconds

1234