Searched refs:DEFINE_PER_CPU_CACHE_HOT (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | setup_percpu.c | 26 DEFINE_PER_CPU_CACHE_HOT(int, cpu_number); 29 DEFINE_PER_CPU_CACHE_HOT(unsigned long, this_cpu_off);
|
| H A D | irq_64.c | 29 DEFINE_PER_CPU_CACHE_HOT(bool, hardirq_stack_inuse);
|
| H A D | irq_32.c | 52 DEFINE_PER_CPU_CACHE_HOT(struct irq_stack *, softirq_stack_ptr);
|
| H A D | irq.c | 36 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 D | common.c | 2199 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 D | percpu-defs.h | 126 #define DEFINE_PER_CPU_CACHE_HOT(type, name) \ macro
|