Searched refs:__arch_putq (Results 1 – 1 of 1) sorted by relevance
40 #define __arch_putq(v, a) (*(volatile uint64_t *)(a) = (v)) macro45 ({ uint64_t __v = v; __iowmb(); __arch_putq(__v, c); __v; })