Searched refs:this_cpu_read (Results 1 - 25 of 107) sorted by relevance

12345

/linux-master/arch/x86/include/asm/
H A Dkvmclock.h11 return &this_cpu_read(hv_clock_per_cpu)->pvti;
16 return this_cpu_read(hv_clock_per_cpu);
H A Dswitch_to.h58 if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs))
/linux-master/kernel/trace/
H A Dtrace_preemptirq.c44 if (this_cpu_read(tracing_irq_cpu)) {
55 if (this_cpu_read(tracing_irq_cpu)) {
75 if (!this_cpu_read(tracing_irq_cpu)) {
89 if (!this_cpu_read(tracing_irq_cpu)) {
/linux-master/arch/x86/include/asm/xen/
H A Dhypervisor.h84 enum xen_lazy_mode old_mode = this_cpu_read(xen_lazy_mode);
98 BUG_ON(this_cpu_read(xen_lazy_mode) != mode);
100 if (this_cpu_read(xen_lazy_nesting) == 0)
/linux-master/arch/x86/mm/
H A Dtlb.c205 if (asid == this_cpu_read(cpu_tlbstate.loaded_mm_asid))
230 if (this_cpu_read(cpu_tlbstate.invalidate_other))
234 if (this_cpu_read(cpu_tlbstate.ctxs[asid].ctx_id) !=
239 *need_flush = (this_cpu_read(cpu_tlbstate.ctxs[asid].tlb_gen) <
304 struct mm_struct *loaded_mm = this_cpu_read(cpu_tlbstate.loaded_mm);
318 WARN_ON(!this_cpu_read(cpu_tlbstate_shared.is_lazy));
362 if (this_cpu_read(cpu_info.smt_active)) {
391 prev_mm = this_cpu_read(cpu_tlbstate.last_user_mm_spec);
488 cr4_update_pce_mm(this_cpu_read(cpu_tlbstate.loaded_mm));
504 struct mm_struct *prev = this_cpu_read(cpu_tlbstat
[all...]
/linux-master/tools/testing/radix-tree/linux/
H A Dpercpu.h7 #define this_cpu_read(var) var macro
/linux-master/kernel/printk/
H A Dprintk_safe.c41 if (this_cpu_read(printk_context) || in_nmi())
/linux-master/arch/x86/xen/
H A Dmulticalls.h51 local_irq_restore(this_cpu_read(xen_mc_irq_flags));
H A Dsuspend.c44 wrmsrl(MSR_IA32_SPEC_CTRL, this_cpu_read(spec_ctrl));
/linux-master/arch/loongarch/kernel/
H A Dkfpu.c27 WARN_ON(this_cpu_read(in_kernel_fpu));
55 WARN_ON(!this_cpu_read(in_kernel_fpu));
/linux-master/arch/x86/kernel/
H A Ddumpstack_32.c40 unsigned long *begin = (unsigned long *)this_cpu_read(pcpu_hot.hardirq_stack_ptr);
65 unsigned long *begin = (unsigned long *)this_cpu_read(pcpu_hot.softirq_stack_ptr);
102 info->next_sp = (unsigned long *)this_cpu_read(cpu_tss_rw.x86_tss.sp);
H A Dnmi.c512 if (this_cpu_read(nmi_state) != NMI_NOT_RUNNING) {
554 local_db_restore(this_cpu_read(nmi_dr7));
558 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2()))
559 write_cr2(this_cpu_read(nmi_cr2));
692 if (unlikely(this_cpu_read(nmi_cr2) != read_cr2()))
693 write_cr2(this_cpu_read(nmi_cr2));
H A Ddoublefault_32.c16 #define TSS(x) this_cpu_read(cpu_tss_rw.x86_tss.x)
/linux-master/kernel/
H A Dwatchdog_perf.c150 perf_event_enable(this_cpu_read(watchdog_ev));
160 struct perf_event *event = this_cpu_read(watchdog_ev);
257 perf_event_release_kernel(this_cpu_read(watchdog_ev));
/linux-master/include/crypto/internal/
H A Dsimd.h64 (may_use_simd() && !this_cpu_read(crypto_simd_disabled_for_test))
/linux-master/arch/x86/kernel/fpu/
H A Dcontext.h38 return fpu == this_cpu_read(fpu_fpregs_owner_ctx) && cpu == fpu->last_cpu;
/linux-master/drivers/irqchip/
H A Dirq-csky-mpintc.c56 (this_cpu_read(intcl_reg) + INTCL_CFGR) : (INTCG_base + INTCG_CICFGR)))
75 void __iomem *reg_base = this_cpu_read(intcl_reg);
83 void __iomem *reg_base = this_cpu_read(intcl_reg);
92 void __iomem *reg_base = this_cpu_read(intcl_reg);
99 void __iomem *reg_base = this_cpu_read(intcl_reg);
215 void __iomem *reg_base = this_cpu_read(intcl_reg);
/linux-master/arch/arm64/kernel/
H A Dtopology.c158 prev_const_cnt = this_cpu_read(arch_const_cycles_prev);
159 prev_core_cnt = this_cpu_read(arch_core_cycles_prev);
163 const_cnt = this_cpu_read(arch_const_cycles_prev);
164 core_cnt = this_cpu_read(arch_core_cycles_prev);
179 scale *= this_cpu_read(arch_max_freq_scale);
/linux-master/drivers/accessibility/speakup/
H A Dfakekey.c86 return this_cpu_read(reporting_keystroke);
/linux-master/include/linux/
H A Dlockdep.h554 #define __lockdep_enabled (debug_locks && !this_cpu_read(lockdep_recursion))
558 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirqs_enabled)); \
563 WARN_ON_ONCE(__lockdep_enabled && this_cpu_read(hardirqs_enabled)); \
568 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirq_context)); \
573 WARN_ON_ONCE(__lockdep_enabled && (this_cpu_read(hardirq_context) || \
574 !this_cpu_read(hardirqs_enabled))); \
582 !this_cpu_read(hardirqs_enabled))); \
590 this_cpu_read(hardirqs_enabled))); \
/linux-master/net/ipv4/netfilter/
H A Dnf_dup_ipv4.c55 if (this_cpu_read(nf_skb_duplicated))
/linux-master/net/ipv6/netfilter/
H A Dnf_dup_ipv6.c50 if (this_cpu_read(nf_skb_duplicated))
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c420 if (!this_cpu_read(threshold_banks) && !tr->set_lvt_off)
679 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) {
882 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank)
921 struct threshold_bank **bp = this_cpu_read(threshold_banks);
932 for (bank = 0; bank < this_cpu_read(mce_num_banks); ++bank) {
1128 if ((bank >= this_cpu_read(mce_num_banks)) || (block >= NR_BLOCKS))
1224 struct device *dev = this_cpu_read(mce_device);
1352 unsigned int bank, numbanks = this_cpu_read(mce_num_banks);
1366 struct threshold_bank **bp = this_cpu_read(threshold_banks);
1401 bp = this_cpu_read(threshold_bank
[all...]
/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c84 index = this_cpu_read(next_tlbcam_idx);
/linux-master/arch/x86/lib/
H A Ddelay.c209 unsigned long lpj = this_cpu_read(cpu_info.loops_per_jiffy) ? : loops_per_jiffy;

Completed in 237 milliseconds

12345