Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Despfix_64.c55 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
56 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
H A Ditmt.c27 DEFINE_PER_CPU_READ_MOSTLY(int, sched_core_priority);
H A Dsetup_percpu.c32 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, this_cpu_off) = BOOT_PERCPU_OFFSET;
H A Dsmpboot.c92 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
96 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map);
100 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_die_map);
104 DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info);
/openbmc/linux/arch/arm/kernel/
H A Dirq.c51 asmlinkage DEFINE_PER_CPU_READ_MOSTLY(u8 *, irq_stack_ptr);
/openbmc/linux/arch/riscv/kernel/
H A Dsmp.c48 static DEFINE_PER_CPU_READ_MOSTLY(int, ipi_dummy_dev);
/openbmc/linux/arch/arm64/kernel/
H A Dtopology.c85 static DEFINE_PER_CPU_READ_MOSTLY(unsigned long, arch_max_freq_scale);
H A Dproton-pack.c220 DEFINE_PER_CPU_READ_MOSTLY(struct bp_hardening_data, bp_hardening_data);
376 DEFINE_PER_CPU_READ_MOSTLY(u64, arm64_ssbd_callback_required);
H A Dmte.c27 static DEFINE_PER_CPU_READ_MOSTLY(u64, mte_tcf_preferred);
H A Dsmp.c56 DEFINE_PER_CPU_READ_MOSTLY(int, cpu_number);
H A Dcpufeature.c117 DEFINE_PER_CPU_READ_MOSTLY(const char *, this_cpu_vector) = vectors;
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c22 static DEFINE_PER_CPU_READ_MOSTLY(struct cpumask *, cluster_masks);
/openbmc/linux/arch/x86/mm/
H A Dcpu_entry_area.c21 static DEFINE_PER_CPU_READ_MOSTLY(unsigned long, _cea_offset);
/openbmc/linux/arch/x86/include/asm/
H A Dpercpu.h432 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \
462 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-psci.c37 static DEFINE_PER_CPU_READ_MOSTLY(struct psci_cpuidle_data, psci_cpuidle_data);
H A Dcpuidle-riscv-sbi.c41 static DEFINE_PER_CPU_READ_MOSTLY(struct sbi_cpuidle_data, sbi_cpuidle_data);
/openbmc/linux/include/linux/
H A Dpercpu-defs.h171 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c37 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_llc_shared_map);
40 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_l2c_shared_map);
H A Damd.c1311 static DEFINE_PER_CPU_READ_MOSTLY(unsigned long[4], amd_dr_addr_mask);
H A Dcommon.c78 DEFINE_PER_CPU_READ_MOSTLY(u16, cpu_llc_id) = BAD_APICID;
87 DEFINE_PER_CPU_READ_MOSTLY(u16, cpu_l2c_id) = BAD_APICID;
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c87 static DEFINE_PER_CPU_READ_MOSTLY(struct smca_bank[MAX_NR_BANKS], smca_banks);
88 static DEFINE_PER_CPU_READ_MOSTLY(u8[N_SMCA_BANK_TYPES], smca_bank_counts);
H A Dcore.c69 DEFINE_PER_CPU_READ_MOSTLY(unsigned int, mce_num_banks);
71 DEFINE_PER_CPU_READ_MOSTLY(struct mce_bank[MAX_NR_BANKS], mce_banks_array);
/openbmc/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c23 static DEFINE_PER_CPU_READ_MOSTLY(int, dummy_cpu_number);
/openbmc/linux/arch/mips/kernel/
H A Dpm-cps.c44 static DEFINE_PER_CPU_READ_MOSTLY(cps_nc_entry_fn[CPS_PM_STATE_COUNT],
/openbmc/linux/drivers/irqchip/
H A Dirq-mips-gic.c51 static DEFINE_PER_CPU_READ_MOSTLY(unsigned long[GIC_MAX_LONGS], pcpu_masks);