Home
last modified time | relevance | path

Searched refs:cmpxchg_double (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/s390/include/asm/
Dcmpxchg.h54 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ macro
/Linux-v5.10/arch/s390/kernel/
Dperf_cpum_sf.c1300 } while (!cmpxchg_double(&te->flags, &te->overflow, in hw_perf_event_update()
1494 } while (!cmpxchg_double(&te->flags, &te->overflow, in aux_set_alert()
1565 } while (!cmpxchg_double(&te->flags, &te->overflow, in aux_reset_buffer()
/Linux-v5.10/drivers/iommu/intel/
Dirq_remapping.c180 ret = cmpxchg_double(&irte->low, &irte->high, in modify_irte()
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h1773 #define cmpxchg_double(ptr, ...) \ macro
/Linux-v5.10/mm/
Dslub.c366 if (cmpxchg_double(&page->freelist, &page->counters, in __cmpxchg_double_slab()
402 if (cmpxchg_double(&page->freelist, &page->counters, in cmpxchg_double_slab()
/Linux-v5.10/drivers/iommu/amd/
Diommu.c3400 ret = cmpxchg_double(&entry->lo.val, &entry->hi.val, in modify_irte_ga()