Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Despfix_64.c63 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_stack);
64 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, espfix_waddr);
Dsetup_percpu.c24 DEFINE_PER_CPU_READ_MOSTLY(int, cpu_number);
33 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, this_cpu_off) = BOOT_PERCPU_OFFSET;
Dsmpboot.c85 DEFINE_PER_CPU_READ_MOSTLY(u16, cpu_llc_id) = BAD_APICID;
88 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
92 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map);
95 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_llc_shared_map);
98 DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info);
/linux-4.1.27/arch/x86/include/asm/
Dpercpu.h573 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \
603 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue
/linux-4.1.27/arch/arm64/kernel/
Dpsci.c75 static DEFINE_PER_CPU_READ_MOSTLY(struct psci_power_state *, psci_power_state);
/linux-4.1.27/include/linux/
Dpercpu-defs.h172 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ macro
/linux-4.1.27/arch/mips/kernel/
Dpm-cps.c47 static DEFINE_PER_CPU_READ_MOSTLY(cps_nc_entry_fn[CPS_PM_STATE_COUNT],