Symbol: DEFINE_PER_CPU_READ_MOSTLY
arch/arm/kernel/irq.c
52
asmlinkage DEFINE_PER_CPU_READ_MOSTLY(u8 *, irq_stack_ptr);
arch/arm64/kernel/cpufeature.c
129
DEFINE_PER_CPU_READ_MOSTLY(const char *, this_cpu_vector) = vectors;
arch/arm64/kernel/mte.c
27
static DEFINE_PER_CPU_READ_MOSTLY(u64, mte_tcf_preferred);
arch/arm64/kernel/proton-pack.c
215
DEFINE_PER_CPU_READ_MOSTLY(struct bp_hardening_data, bp_hardening_data);
arch/arm64/kernel/proton-pack.c
371
DEFINE_PER_CPU_READ_MOSTLY(u64, arm64_ssbd_callback_required);
arch/arm64/kernel/smp.c
74
static DEFINE_PER_CPU_READ_MOSTLY(struct ipi_descs, pcpu_ipi_desc);
arch/arm64/kernel/topology.c
44
static DEFINE_PER_CPU_READ_MOSTLY(unsigned long, arch_max_freq_scale) = 1UL << (2 * SCHED_CAPACITY_SHIFT);
arch/mips/kernel/pm-cps.c
45
static DEFINE_PER_CPU_READ_MOSTLY(cps_nc_entry_fn[CPS_PM_STATE_COUNT],
arch/riscv/kernel/smp.c
66
static DEFINE_PER_CPU_READ_MOSTLY(int, ipi_dummy_dev);
arch/x86/include/asm/percpu.h
620
DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \
arch/x86/include/asm/percpu.h
651
DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue
arch/x86/kernel/apic/x2apic_cluster.c
22
static DEFINE_PER_CPU_READ_MOSTLY(struct cpumask *, cluster_masks);
arch/x86/kernel/cpu/amd.c
1261
static DEFINE_PER_CPU_READ_MOSTLY(unsigned long[4], amd_dr_addr_mask);
arch/x86/kernel/cpu/cacheinfo.c
27
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_llc_shared_map);
arch/x86/kernel/cpu/cacheinfo.c
30
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_l2c_shared_map);
arch/x86/kernel/cpu/common.c
79
DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info);
arch/x86/kernel/cpu/mce/amd.c
63
static DEFINE_PER_CPU_READ_MOSTLY(struct mce_amd_cpu_data, mce_amd_data);
arch/x86/kernel/cpu/mce/amd.c
94
static DEFINE_PER_CPU_READ_MOSTLY(struct smca_bank[MAX_NR_BANKS], smca_banks);
arch/x86/kernel/cpu/mce/amd.c
95
static DEFINE_PER_CPU_READ_MOSTLY(u8[N_SMCA_BANK_TYPES], smca_bank_counts);
arch/x86/kernel/cpu/mce/core.c
72
DEFINE_PER_CPU_READ_MOSTLY(unsigned int, mce_num_banks);
arch/x86/kernel/cpu/mce/core.c
74
DEFINE_PER_CPU_READ_MOSTLY(struct mce_bank[MAX_NR_BANKS], mce_banks_array);
arch/x86/kernel/espfix_64.c
55
DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
arch/x86/kernel/espfix_64.c
56
DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
arch/x86/kernel/itmt.c
28
DEFINE_PER_CPU_READ_MOSTLY(int, sched_core_priority);
arch/x86/kernel/kvm.c
72
static DEFINE_PER_CPU_READ_MOSTLY(bool, async_pf_enabled);
arch/x86/kernel/smpboot.c
103
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_die_map);
arch/x86/kernel/smpboot.c
95
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
arch/x86/kernel/smpboot.c
99
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map);
arch/x86/mm/cpu_entry_area.c
21
static DEFINE_PER_CPU_READ_MOSTLY(unsigned long, _cea_offset);
drivers/cpuidle/cpuidle-psci.c
45
static DEFINE_PER_CPU_READ_MOSTLY(struct psci_cpuidle_data, psci_cpuidle_data);
drivers/cpuidle/cpuidle-riscv-sbi.c
44
static DEFINE_PER_CPU_READ_MOSTLY(struct sbi_cpuidle_data, sbi_cpuidle_data);
drivers/irqchip/irq-gic-v5-irs.c
26
static DEFINE_PER_CPU_READ_MOSTLY(struct gicv5_irs_chip_data *, per_cpu_irs_data);
drivers/irqchip/irq-mips-gic.c
51
static DEFINE_PER_CPU_READ_MOSTLY(unsigned long[GIC_MAX_LONGS], pcpu_masks);
drivers/irqchip/irq-ompic.c
87
static DEFINE_PER_CPU_READ_MOSTLY(int, ipi_dummy_dev);
drivers/soc/xilinx/xlnx_event_manager.c
23
static DEFINE_PER_CPU_READ_MOSTLY(int, dummy_cpu_number);