Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU_READ_MOSTLY (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dtmem_xen.c29 static DEFINE_PER_CPU_READ_MOSTLY(unsigned char *, workmem);
30 static DEFINE_PER_CPU_READ_MOSTLY(unsigned char *, dstmem);
31 static DEFINE_PER_CPU_READ_MOSTLY(void *, scratch_page);
A Dtrace.c55 static DEFINE_PER_CPU_READ_MOSTLY(struct t_buf *, t_bufs);
56 static DEFINE_PER_CPU_READ_MOSTLY(spinlock_t, t_lock);
/xen-4.10.0-shim-comet/xen/include/xen/
A Dpercpu.h13 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ macro
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/
A Dx2apic.c31 static DEFINE_PER_CPU_READ_MOSTLY(u32, cpu_2_logical_apicid);
32 static DEFINE_PER_CPU_READ_MOSTLY(cpumask_t *, cluster_cpus);
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dsmpboot.c68 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_mask);
70 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_mask);
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dcrash.c36 static DEFINE_PER_CPU_READ_MOSTLY(bool, crash_save_done);
A Dsmpboot.c61 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_mask);
63 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_mask);
65 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, scratch_cpumask);
A Dtraps.c99 DEFINE_PER_CPU_READ_MOSTLY(u32, ler_msr);
101 DEFINE_PER_CPU_READ_MOSTLY(struct desc_struct *, gdt_table);
102 DEFINE_PER_CPU_READ_MOSTLY(struct desc_struct *, compat_gdt_table);
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c41 DEFINE_PER_CPU_READ_MOSTLY(struct mca_banks *, poll_bankmask);
42 DEFINE_PER_CPU_READ_MOSTLY(struct mca_banks *, no_cmci_banks);
43 DEFINE_PER_CPU_READ_MOSTLY(struct mca_banks *, mce_clear_banks);
A Dmce_intel.c24 static DEFINE_PER_CPU_READ_MOSTLY(struct mca_banks *, mce_banks_owned);
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dutility.c36 DEFINE_PER_CPU_READ_MOSTLY(struct cpufreq_policy *, cpufreq_cpu_policy);
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dpmstat.c44 DEFINE_PER_CPU_READ_MOSTLY(struct pm_px *, cpufreq_statistic_data);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c80 static DEFINE_PER_CPU_READ_MOSTLY(paddr_t, hsa);
81 static DEFINE_PER_CPU_READ_MOSTLY(paddr_t, host_vmcb);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmcs.c116 static DEFINE_PER_CPU_READ_MOSTLY(paddr_t, vmxon_region);

Completed in 24 milliseconds