Searched refs:DECLARE_PER_CPU (Results 1 – 25 of 105) sorted by relevance
12345
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | entry.h | 28 DECLARE_PER_CPU(unsigned int, KSP); /* Saved kernel stack pointer */ 29 DECLARE_PER_CPU(unsigned int, KM); /* Kernel/user mode */ 30 DECLARE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */ 31 DECLARE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */ 32 DECLARE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | smp.h | 62 DECLARE_PER_CPU(unsigned int, cpu_pvr); 111 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map); 112 DECLARE_PER_CPU(cpumask_var_t, cpu_l2_cache_map); 113 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map); 114 DECLARE_PER_CPU(cpumask_var_t, cpu_smallcore_map);
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | cpu.h | 14 DECLARE_PER_CPU(struct ia64_cpu, cpu_devices); 16 DECLARE_PER_CPU(int, cpu_state);
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | mce.h | 188 DECLARE_PER_CPU(struct device *, mce_device); 218 DECLARE_PER_CPU(unsigned, mce_exception_count); 219 DECLARE_PER_CPU(unsigned, mce_poll_count); 222 DECLARE_PER_CPU(mce_banks_t, mce_poll_banks); 233 DECLARE_PER_CPU(struct mce, injectm);
|
| D | debugreg.h | 9 DECLARE_PER_CPU(unsigned long, cpu_dr7); 98 DECLARE_PER_CPU(int, debug_stack_usage);
|
| D | cpu_entry_area.h | 114 DECLARE_PER_CPU(struct cpu_entry_area *, cpu_entry_area); 115 DECLARE_PER_CPU(struct cea_exception_stacks *, cea_exception_stacks);
|
| D | processor.h | 378 DECLARE_PER_CPU(struct irq_stack *, hardirq_stack_ptr); 381 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack); 406 DECLARE_PER_CPU(unsigned int, irq_count); 428 DECLARE_PER_CPU(struct irq_stack *, softirq_stack_ptr); 916 DECLARE_PER_CPU(u64, msr_misc_features_shadow);
|
| D | current.h | 11 DECLARE_PER_CPU(struct task_struct *, current_task);
|
| D | irq_regs.h | 15 DECLARE_PER_CPU(struct pt_regs *, irq_regs);
|
| /Linux-v5.4/arch/x86/xen/ |
| D | xen-ops.h | 25 DECLARE_PER_CPU(struct vcpu_info, xen_vcpu_info); 26 DECLARE_PER_CPU(unsigned long, xen_cr3); 27 DECLARE_PER_CPU(unsigned long, xen_current_cr3);
|
| /Linux-v5.4/include/linux/ |
| D | arch_topology.h | 17 DECLARE_PER_CPU(unsigned long, cpu_scale); 28 DECLARE_PER_CPU(unsigned long, freq_scale);
|
| D | kernel_stat.h | 43 DECLARE_PER_CPU(struct kernel_stat, kstat); 44 DECLARE_PER_CPU(struct kernel_cpustat, kernel_cpustat);
|
| D | topology.h | 82 DECLARE_PER_CPU(int, numa_node); 132 DECLARE_PER_CPU(int, _numa_mem_);
|
| /Linux-v5.4/include/xen/ |
| D | xen-ops.h | 12 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu); 14 DECLARE_PER_CPU(uint32_t, xen_vcpu_id); 230 DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | stacktrace.h | 69 DECLARE_PER_CPU(unsigned long *, irq_stack_ptr); 112 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
|
| D | simd.h | 15 DECLARE_PER_CPU(bool, fpsimd_context_busy);
|
| /Linux-v5.4/kernel/time/ |
| D | tick-internal.h | 16 DECLARE_PER_CPU(struct tick_device, tick_cpu_device); 164 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | sdei.c | 31 DECLARE_PER_CPU(unsigned long *, sdei_stack_normal_ptr); 32 DECLARE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | hw_irq.h | 7 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | cpu.h | 21 DECLARE_PER_CPU(struct cpuinfo_arm, cpu_data);
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | cevt-r4k.h | 20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device);
|
| /Linux-v5.4/include/linux/sched/ |
| D | stat.h | 17 DECLARE_PER_CPU(unsigned long, process_counts);
|
| /Linux-v5.4/include/net/ |
| D | seg6_local.h | 27 DECLARE_PER_CPU(struct seg6_bpf_srh_state, seg6_bpf_srh_states);
|
| /Linux-v5.4/include/asm-generic/ |
| D | irq_regs.h | 17 DECLARE_PER_CPU(struct pt_regs *, __irq_regs);
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | cpudata_32.h | 28 DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
|
12345