Searched refs:this_cpu_read (Results 51 - 75 of 109) sorted by relevance

12345

/linux-master/kernel/irq/
H A Dirqdesc.c1002 this_cpu_write(desc->kstat_irqs->ref, this_cpu_read(desc->kstat_irqs->cnt));
1012 return this_cpu_read(desc->kstat_irqs->cnt) - this_cpu_read(desc->kstat_irqs->ref);
/linux-master/arch/x86/kernel/
H A Dsev.c242 data = this_cpu_read(runtime_data);
585 data = this_cpu_read(runtime_data);
1233 data = this_cpu_read(runtime_data);
1613 struct sev_es_runtime_data *data = this_cpu_read(runtime_data);
1654 struct sev_es_runtime_data *data = this_cpu_read(runtime_data);
H A Dldt.c140 if (this_cpu_read(cpu_tlbstate.loaded_mm) != mm)
H A Dhead64.c471 __native_tlb_flush_global(this_cpu_read(cpu_tlbstate.cr4));
H A Dirq.c371 apic_id = this_cpu_read(x86_cpu_to_apicid);
H A Dprocess_64.c617 this_cpu_read(pcpu_hot.hardirq_stack_inuse));
/linux-master/include/linux/
H A Dpercpu-defs.h489 #define this_cpu_read(pcp) __pcpu_size_call_return(this_cpu_read_, pcp) macro
H A Dinterrupt.h619 return this_cpu_read(ksoftirqd);
H A Dcpumask.h933 * of this_cpu_ptr() or this_cpu_read() will lead to failures when the
942 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x)
/linux-master/mm/kmsan/
H A Dkmsan_test.c394 check = this_cpu_read(per_cpu_var);
/linux-master/arch/x86/include/asm/uv/
H A Duv_hub.h769 #define uv_hub_nmi this_cpu_read(uv_cpu_nmi.hub)
/linux-master/arch/x86/xen/
H A Dmmu_pv.c915 if (this_cpu_read(cpu_tlbstate.loaded_mm) == mm)
922 if (this_cpu_read(xen_current_cr3) == __pa(mm->pgd))
1232 this_cpu_read(xen_vcpu)->arch.cr2 = cr2;
1310 return this_cpu_read(xen_cr3);
/linux-master/arch/s390/kernel/
H A Dvtime.c147 time_after64(jiffies_64, this_cpu_read(mt_scaling_jiffies)))
/linux-master/fs/bcachefs/
H A Dbuckets.h422 old = this_cpu_read(c->pcpu->sectors_available);
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c450 unsigned long newval, cr4 = this_cpu_read(cpu_tlbstate.cr4);
465 return this_cpu_read(cpu_tlbstate.cr4);
491 cr4_pinned_bits = this_cpu_read(cpu_tlbstate.cr4) & cr4_pinned_mask;
2206 if (this_cpu_read(numa_node) == 0 &&
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c373 if (this_cpu_read(ucode_ctrl.ctrl) == SCTRL_APPLY)
/linux-master/drivers/acpi/
H A Dprocessor_throttling.c704 if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) ||
724 if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) ||
/linux-master/arch/x86/include/asm/
H A Dpercpu.h60 #define __my_cpu_offset this_cpu_read(this_cpu_off)
238 typeof(_var) pxo_old__ = this_cpu_read(_var); \
412 * this_cpu_read() makes gcc load the percpu variable every time it is
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c483 closid_p = this_cpu_read(pqr_state.cur_closid);
484 rmid_p = this_cpu_read(pqr_state.cur_rmid);
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c586 txwin = this_cpu_read(cpu_txwin);
/linux-master/arch/powerpc/lib/
H A Dqspinlock.c63 u64 seen = this_cpu_read(sleepy_lock_seen_clock);
/linux-master/drivers/input/gameport/
H A Dgameport.c156 return (this_cpu_read(cpu_info.loops_per_jiffy) *
/linux-master/lib/
H A Dsbitmap.c34 hint = this_cpu_read(*sb->alloc_hint);
/linux-master/drivers/irqchip/
H A Dirq-gic.c223 hwirq = this_cpu_read(sgi_intid);
237 hwirq = this_cpu_read(sgi_intid);
/linux-master/kernel/trace/
H A Dtrace.h1026 return this_cpu_read(tr->array_buffer.data->ftrace_ignore_pid) !=
1399 if (this_cpu_read(trace_buffered_event) == event) {

Completed in 311 milliseconds

12345