Home
last modified time | relevance | path

Searched refs:try_cmpxchg128 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/s390/kernel/
H A Dperf_cpum_sf.c1225 } while (!try_cmpxchg128(&te->header.val, &prev.val, new.val)); in hw_perf_event_update()
1409 } while (!try_cmpxchg128(&te->header.val, &prev.val, new.val)); in aux_set_alert()
1478 } while (!try_cmpxchg128(&te->header.val, &prev.val, new.val)); in aux_reset_buffer()
/linux-6.15/mm/
H A Dslab.h22 # define try_cmpxchg_freelist try_cmpxchg128
/linux-6.15/drivers/iommu/intel/
H A Dirq_remapping.c181 WARN_ON(!try_cmpxchg128(&irte->irte, &old, irte_modified->irte)); in modify_irte()
/linux-6.15/include/linux/atomic/
H A Datomic-instrumented.h4949 #define try_cmpxchg128(ptr, oldp, ...) \ macro
/linux-6.15/drivers/iommu/amd/
H A Diommu.c3326 WARN_ON(!try_cmpxchg128(&entry->irte, &old, irte->irte)); in __modify_irte_ga()