Searched refs:DECLARE_PER_CPU_CACHE_HOT (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | current.h | 15 DECLARE_PER_CPU_CACHE_HOT(struct task_struct *, current_task); 17 DECLARE_PER_CPU_CACHE_HOT(struct task_struct * const __percpu_seg_override,
|
| H A D | processor.h | 418 DECLARE_PER_CPU_CACHE_HOT(struct irq_stack *, hardirq_stack_ptr); 420 DECLARE_PER_CPU_CACHE_HOT(bool, hardirq_stack_inuse); 422 DECLARE_PER_CPU_CACHE_HOT(struct irq_stack *, softirq_stack_ptr); 425 DECLARE_PER_CPU_CACHE_HOT(unsigned long, cpu_current_top_of_stack); 427 DECLARE_PER_CPU_CACHE_HOT(const unsigned long __percpu_seg_override,
|
| H A D | stackprotector.h | 23 DECLARE_PER_CPU_CACHE_HOT(unsigned long, __stack_chk_guard);
|
| H A D | hardirq.h | 68 DECLARE_PER_CPU_CACHE_HOT(u16, __softirq_pending);
|
| H A D | preempt.h | 10 DECLARE_PER_CPU_CACHE_HOT(int, __preempt_count);
|
| H A D | smp.h | 10 DECLARE_PER_CPU_CACHE_HOT(int, cpu_number);
|
| H A D | nospec-branch.h | 405 DECLARE_PER_CPU_CACHE_HOT(u64, __x86_call_depth);
|
| H A D | percpu.h | 600 DECLARE_PER_CPU_CACHE_HOT(unsigned long, this_cpu_off);
|
| /linux/include/linux/ |
| H A D | percpu-defs.h | 123 #define DECLARE_PER_CPU_CACHE_HOT(type, name) \ macro
|