Home
last modified time | relevance | path

Searched refs:__u128_halves (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h29 union __u128_halves { union
38 union __u128_halves o = { .full = (_old), }, \
64 union __u128_halves o = { .full = *(_oldp), }, \
/linux/arch/riscv/include/asm/
H A Dcmpxchg.h325 union __u128_halves { union
335 union __u128_halves __hn = { .full = (n) }; \
336 union __u128_halves __ho = { .full = (__o) }; \
/linux/arch/arm64/include/asm/
H A Datomic_ll_sc.h297 union __u128_halves { union
308 union __u128_halves r, o = { .full = (old) }, \