Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU_CACHE_HOT (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kernel/
H A Dsetup_percpu.c26 DEFINE_PER_CPU_CACHE_HOT(int, cpu_number);
29 DEFINE_PER_CPU_CACHE_HOT(unsigned long, this_cpu_off);
H A Dirq_64.c29 DEFINE_PER_CPU_CACHE_HOT(bool, hardirq_stack_inuse);
H A Dirq_32.c52 DEFINE_PER_CPU_CACHE_HOT(struct irq_stack *, softirq_stack_ptr);
H A Dirq.c36 DEFINE_PER_CPU_CACHE_HOT(u16, __softirq_pending);
39 DEFINE_PER_CPU_CACHE_HOT(struct irq_stack *, hardirq_stack_ptr);
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2199 DEFINE_PER_CPU_CACHE_HOT(struct task_struct *, current_task) = &init_task;
2203 DEFINE_PER_CPU_CACHE_HOT(int, __preempt_count) = INIT_PREEMPT_COUNT;
2206 DEFINE_PER_CPU_CACHE_HOT(unsigned long, cpu_current_top_of_stack) = TOP_OF_INIT_STACK;
2214 DEFINE_PER_CPU_CACHE_HOT(u64, __x86_call_depth);
2282 DEFINE_PER_CPU_CACHE_HOT(unsigned long, __stack_chk_guard);
/linux/include/linux/
H A Dpercpu-defs.h126 #define DEFINE_PER_CPU_CACHE_HOT(type, name) \ macro