Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/
Dsetup_percpu.c26 DEFINE_PER_CPU_READ_MOSTLY(int, cpu_number);
35 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, this_cpu_off) = BOOT_PERCPU_OFFSET;
Despfix_64.c55 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
56 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
Ditmt.c27 DEFINE_PER_CPU_READ_MOSTLY(int, sched_core_priority);
Dsmpboot.c87 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
91 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map);
95 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_die_map);
99 DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info);
/Linux-v6.1/arch/arm/kernel/
Dirq.c51 asmlinkage DEFINE_PER_CPU_READ_MOSTLY(u8 *, irq_stack_ptr);
/Linux-v6.1/arch/x86/kernel/apic/
Dx2apic_cluster.c26 static DEFINE_PER_CPU_READ_MOSTLY(struct cluster_mask *, cluster_masks);
/Linux-v6.1/arch/arm64/kernel/
Dtopology.c85 static DEFINE_PER_CPU_READ_MOSTLY(unsigned long, arch_max_freq_scale);
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);
Dmte.c27 static DEFINE_PER_CPU_READ_MOSTLY(u64, mte_tcf_preferred);
Dsmp.c57 DEFINE_PER_CPU_READ_MOSTLY(int, cpu_number);
Dcpufeature.c116 DEFINE_PER_CPU_READ_MOSTLY(const char *, this_cpu_vector) = vectors;
/Linux-v6.1/arch/x86/include/asm/
Dpercpu.h412 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \
442 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue
/Linux-v6.1/drivers/cpuidle/
Dcpuidle-psci.c38 static DEFINE_PER_CPU_READ_MOSTLY(struct psci_cpuidle_data, psci_cpuidle_data);
Dcpuidle-riscv-sbi.c41 static DEFINE_PER_CPU_READ_MOSTLY(struct sbi_cpuidle_data, sbi_cpuidle_data);
/Linux-v6.1/arch/x86/kernel/cpu/
Dcacheinfo.c33 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_llc_shared_map);
36 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_l2c_shared_map);
Dcommon.c82 DEFINE_PER_CPU_READ_MOSTLY(u16, cpu_llc_id) = BAD_APICID;
91 DEFINE_PER_CPU_READ_MOSTLY(u16, cpu_l2c_id) = BAD_APICID;
/Linux-v6.1/include/linux/
Dpercpu-defs.h171 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ macro
/Linux-v6.1/arch/x86/kernel/cpu/mce/
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);
Dcore.c68 DEFINE_PER_CPU_READ_MOSTLY(unsigned int, mce_num_banks);
76 static DEFINE_PER_CPU_READ_MOSTLY(struct mce_bank[MAX_NR_BANKS], mce_banks_array);
/Linux-v6.1/drivers/soc/xilinx/
Dxlnx_event_manager.c22 static DEFINE_PER_CPU_READ_MOSTLY(int, cpu_number1);
/Linux-v6.1/arch/mips/kernel/
Dpm-cps.c44 static DEFINE_PER_CPU_READ_MOSTLY(cps_nc_entry_fn[CPS_PM_STATE_COUNT],
/Linux-v6.1/drivers/irqchip/
Dirq-mips-gic.c51 static DEFINE_PER_CPU_READ_MOSTLY(unsigned long[GIC_MAX_LONGS], pcpu_masks);