Searched refs:DEFINE_PER_CPU_READ_MOSTLY (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | tmem_xen.c | 29 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 D | trace.c | 55 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 D | percpu.h | 13 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/ |
A D | x2apic.c | 31 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 D | smpboot.c | 68 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 D | crash.c | 36 static DEFINE_PER_CPU_READ_MOSTLY(bool, crash_save_done);
|
A D | smpboot.c | 61 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 D | traps.c | 99 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 D | mce.c | 41 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 D | mce_intel.c | 24 static DEFINE_PER_CPU_READ_MOSTLY(struct mca_banks *, mce_banks_owned);
|
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/ |
A D | utility.c | 36 DEFINE_PER_CPU_READ_MOSTLY(struct cpufreq_policy *, cpufreq_cpu_policy);
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/ |
A D | pmstat.c | 44 DEFINE_PER_CPU_READ_MOSTLY(struct pm_px *, cpufreq_statistic_data);
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 80 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 D | vmcs.c | 116 static DEFINE_PER_CPU_READ_MOSTLY(paddr_t, vmxon_region);
|
Completed in 24 milliseconds