Searched refs:cmpxchg_relaxed (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | percpu.h | 229 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 231 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 233 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n) 235 _pcp_protect_return(cmpxchg_relaxed, pcp, o, n)
|
D | pgtable.h | 1235 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in __ptep_test_and_clear_young() 1335 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in ___ptep_set_wrprotect() 1373 pte_val(pte) = cmpxchg_relaxed(&pte_val(*ptep), in __clear_young_dirty_pte()
|
/linux-6.12.1/kernel/ |
D | scs.c | 145 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
|
/linux-6.12.1/arch/mips/mm/ |
D | context.c | 213 !cmpxchg_relaxed(&cpu_data[cpu].asid_cache, old_active_mmid, ctx)) { in check_switch_mmu_context()
|
/linux-6.12.1/kernel/kcsan/ |
D | kcsan_test.c | 511 cmpxchg_relaxed(flag, 0, 1) == 0, 590 KCSAN_EXPECT_READ_BARRIER(cmpxchg_relaxed(&test_var, 0, 0), false); in test_barrier_nothreads() 635 KCSAN_EXPECT_WRITE_BARRIER(cmpxchg_relaxed(&test_var, 0, 0), false); in test_barrier_nothreads() 680 KCSAN_EXPECT_RW_BARRIER(cmpxchg_relaxed(&test_var, 0, 0), false); in test_barrier_nothreads()
|
/linux-6.12.1/tools/memory-model/ |
D | linux-kernel.def | 36 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W)
|
/linux-6.12.1/arch/arm64/kernel/ |
D | proton-pack.c | 52 } while (cmpxchg_relaxed(oldp, state, new) != state); in update_mitigation_state()
|
/linux-6.12.1/arch/arm64/mm/ |
D | fault.c | 239 pteval = cmpxchg_relaxed(&pte_val(*ptep), old_pteval, pteval); in __ptep_set_access_flags()
|
/linux-6.12.1/drivers/iommu/ |
D | io-pgtable-arm-v7s.c | 491 old = cmpxchg_relaxed(ptep, curr, new); in arm_v7s_install_table()
|
/linux-6.12.1/kernel/rcu/ |
D | rcutorture.c | 1778 if (cmpxchg_relaxed(&rtrcp_chker->rtc_assigner, NULL, rtrcp) || in rcu_torture_reader_do_mbchk() 1779 cmpxchg_relaxed(&rtp->rtort_chkp, NULL, rtrcp)) in rcu_torture_reader_do_mbchk() 1780 (void)cmpxchg_relaxed(&rtrcp_chker->rtc_assigner, rtrcp, NULL); // Back out. in rcu_torture_reader_do_mbchk()
|
/linux-6.12.1/drivers/perf/ |
D | arm_pmuv3.c | 1289 if (!cmpxchg_relaxed(&tbl_registered, 0, 1)) in armv8_pmu_register_sysctl_table()
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | access-marking.txt | 118 a cmpxchg_relaxed() might still be subject to load fusing on some
|
/linux-6.12.1/include/linux/atomic/ |
D | atomic-instrumented.h | 4806 #define cmpxchg_relaxed(ptr, ...) \ macro
|
/linux-6.12.1/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 798 old = cmpxchg_relaxed(&cmdq->q.llq.val, llq.val, head.val); in arm_smmu_cmdq_issue_cmdlist()
|
/linux-6.12.1/kernel/sched/ |
D | core.c | 999 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) in __wake_q_add()
|