Searched refs:try_cmpxchg128 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 1225 } 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 D | slab.h | 22 # define try_cmpxchg_freelist try_cmpxchg128
|
| /linux-6.15/drivers/iommu/intel/ |
| H A D | irq_remapping.c | 181 WARN_ON(!try_cmpxchg128(&irte->irte, &old, irte_modified->irte)); in modify_irte()
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 4949 #define try_cmpxchg128(ptr, oldp, ...) \ macro
|
| /linux-6.15/drivers/iommu/amd/ |
| H A D | iommu.c | 3326 WARN_ON(!try_cmpxchg128(&entry->irte, &old, irte->irte)); in __modify_irte_ga()
|