/linux-6.3-rc2/arch/x86/mm/ |
A D | tlb.c | 206 this_cpu_write(cpu_tlbstate.ctxs[asid].ctx_id, 0); in clear_asid_other() 208 this_cpu_write(cpu_tlbstate.invalidate_other, false); in clear_asid_other() 246 this_cpu_write(cpu_tlbstate.next_asid, 1); in choose_new_asid() 540 this_cpu_write(cpu_tlbstate_shared.is_lazy, false); in switch_mm_irqs_off() 641 this_cpu_write(cpu_tlbstate.loaded_mm, next); in switch_mm_irqs_off() 642 this_cpu_write(cpu_tlbstate.loaded_mm_asid, new_asid); in switch_mm_irqs_off() 668 this_cpu_write(cpu_tlbstate_shared.is_lazy, true); in enter_lazy_tlb() 707 this_cpu_write(cpu_tlbstate.loaded_mm_asid, 0); in initialize_tlbstate_and_flush() 708 this_cpu_write(cpu_tlbstate.next_asid, 1); in initialize_tlbstate_and_flush() 713 this_cpu_write(cpu_tlbstate.ctxs[i].ctx_id, 0); in initialize_tlbstate_and_flush() [all …]
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_preemptirq.c | 47 this_cpu_write(tracing_irq_cpu, 0); in trace_hardirqs_on_prepare() 58 this_cpu_write(tracing_irq_cpu, 0); in trace_hardirqs_on() 76 this_cpu_write(tracing_irq_cpu, 1); in trace_hardirqs_off_finish() 90 this_cpu_write(tracing_irq_cpu, 1); in trace_hardirqs_off()
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | code-patching.c | 123 this_cpu_write(cpu_patching_context.area, area); in text_area_cpu_up() 124 this_cpu_write(cpu_patching_context.addr, addr); in text_area_cpu_up() 125 this_cpu_write(cpu_patching_context.pte, virt_to_kpte(addr)); in text_area_cpu_up() 133 this_cpu_write(cpu_patching_context.area, NULL); in text_area_cpu_down() 134 this_cpu_write(cpu_patching_context.addr, 0); in text_area_cpu_down() 135 this_cpu_write(cpu_patching_context.pte, NULL); in text_area_cpu_down() 179 this_cpu_write(cpu_patching_context.mm, mm); in text_area_cpu_up_mm() 180 this_cpu_write(cpu_patching_context.addr, addr); in text_area_cpu_up_mm() 195 this_cpu_write(cpu_patching_context.mm, NULL); in text_area_cpu_down_mm() 196 this_cpu_write(cpu_patching_context.addr, 0); in text_area_cpu_down_mm()
|
A D | qspinlock.c | 68 this_cpu_write(sleepy_lock_seen_clock, 0); in recently_sleepy() 236 this_cpu_write(sleepy_lock_seen_clock, sched_clock()); in seen_sleepy_owner() 245 this_cpu_write(sleepy_lock_seen_clock, sched_clock()); in seen_sleepy_lock() 252 this_cpu_write(sleepy_lock_seen_clock, sched_clock()); in seen_sleepy_node()
|
/linux-6.3-rc2/kernel/ |
A D | watchdog_hld.c | 183 this_cpu_write(watchdog_ev, evt); in hardlockup_detector_event_create() 211 this_cpu_write(watchdog_ev, NULL); in hardlockup_detector_perf_disable() 212 this_cpu_write(dead_event, event); in hardlockup_detector_perf_disable() 293 this_cpu_write(watchdog_ev, NULL); in hardlockup_detector_perf_init()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | stackprotector.h | 60 this_cpu_write(fixed_percpu_data.stack_canary, canary); in boot_init_stack_canary() 62 this_cpu_write(__stack_chk_guard, canary); in boot_init_stack_canary()
|
A D | switch_to.h | 59 this_cpu_write(cpu_tss_rw.x86_tss.ss1, thread->sysenter_cs); in refresh_sysenter_cs() 69 this_cpu_write(cpu_tss_rw.x86_tss.sp1, task->thread.sp0); in update_task_stack()
|
A D | io_bitmap.h | 33 this_cpu_write(cpu_tss_rw.x86_tss.io_bitmap_base, in native_tss_invalidate_io_bitmap()
|
A D | desc.h | 318 this_cpu_write(__tss_limit_invalid, false); in force_reload_TR() 350 this_cpu_write(__tss_limit_invalid, true); in invalidate_tss_limit()
|
A D | tlbflush.h | 166 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | topology.c | 92 this_cpu_write(arch_core_cycles_prev, read_corecnt()); in update_freq_counters_refs() 93 this_cpu_write(arch_const_cycles_prev, read_constcnt()); in update_freq_counters_refs() 181 this_cpu_write(arch_freq_scale, (unsigned long)scale); in amu_scale_freq_tick()
|
/linux-6.3-rc2/include/linux/ |
A D | topology.h | 103 this_cpu_write(numa_node, node); in set_numa_node() 138 this_cpu_write(_numa_mem_, node); in set_numa_mem()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | nmi.c | 505 this_cpu_write(nmi_state, NMI_LATCHED); in DEFINE_IDTENTRY_RAW() 508 this_cpu_write(nmi_state, NMI_EXECUTING); in DEFINE_IDTENTRY_RAW() 509 this_cpu_write(nmi_cr2, read_cr2()); in DEFINE_IDTENTRY_RAW() 523 this_cpu_write(nmi_dr7, local_db_save()); in DEFINE_IDTENTRY_RAW()
|
A D | paravirt.c | 146 this_cpu_write(paravirt_lazy_mode, mode); in enter_lazy() 153 this_cpu_write(paravirt_lazy_mode, PARAVIRT_LAZY_NONE); in leave_lazy()
|
A D | doublefault_32.c | 123 this_cpu_write(doublefault_stack.tss.sp, in doublefault_init_cpu_tss()
|
A D | process_32.c | 200 this_cpu_write(pcpu_hot.top_of_stack, in __switch_to()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | aperfmperf.c | 46 this_cpu_write(cpu_samples.aperf, aperf); in init_counter_refs() 47 this_cpu_write(cpu_samples.mperf, mperf); in init_counter_refs() 370 this_cpu_write(arch_freq_scale, freq_scale); in scale_freq_tick()
|
A D | intel_epb.c | 87 this_cpu_write(saved_epb, (epb & EPB_MASK) | EPB_SAVED); in intel_epb_save()
|
/linux-6.3-rc2/kernel/sched/ |
A D | membarrier.c | 206 this_cpu_write(runqueues.membarrier_state, in ipi_sync_rq_state() 230 this_cpu_write(runqueues.membarrier_state, 0); in membarrier_exec_mmap() 433 this_cpu_write(runqueues.membarrier_state, membarrier_state); in sync_runqueues_membarrier_state()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | enlighten_hvm.c | 125 this_cpu_write(xen_vcpu_id, ebx); in init_hvm_pv_info() 127 this_cpu_write(xen_vcpu_id, smp_processor_id()); in init_hvm_pv_info()
|
A D | suspend.c | 61 this_cpu_write(spec_ctrl, tmp); in xen_vcpu_notify_suspend()
|
/linux-6.3-rc2/arch/x86/platform/uv/ |
A D | uv_nmi.c | 675 this_cpu_write(uv_cpu_nmi.state, UV_NMI_STATE_IN); in uv_nmi_wait() 742 this_cpu_write(uv_cpu_nmi.state, UV_NMI_STATE_DUMP_DONE); in uv_nmi_dump_state_cpu() 982 this_cpu_write(uv_cpu_nmi.state, UV_NMI_STATE_OUT); in uv_handle_nmi() 1020 this_cpu_write(uv_cpu_nmi.pinging, 0); in uv_handle_nmi_ping()
|
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/ |
A D | intel.c | 140 this_cpu_write(cmci_backoff_cnt, INITIAL_CHECK_INTERVAL); in mce_intel_cmci_poll() 241 this_cpu_write(cmci_backoff_cnt, INITIAL_CHECK_INTERVAL); in cmci_storm_detect()
|
/linux-6.3-rc2/mm/kasan/ |
A D | sw_tags.c | 68 this_cpu_write(prng_state, state); in kasan_random_tag()
|
/linux-6.3-rc2/lib/ |
A D | sbitmap.c | 37 this_cpu_write(*sb->alloc_hint, hint); in update_alloc_hint_before_get() 50 this_cpu_write(*sb->alloc_hint, 0); in update_alloc_hint_after_get() 56 this_cpu_write(*sb->alloc_hint, hint); in update_alloc_hint_after_get()
|