Searched refs:__raw_readq (Results 1 – 1 of 1) sorted by relevance
66 static inline rt_uint64_t __raw_readq(const volatile void *addr) in __raw_readq() function93 #define readq_relaxed(c) ({ rt_uint64_t __v; __io_rbr(); __v = __raw_readq(c); __io_rar(); __v; …111 #define readq(c) ({ rt_uint64_t __v; __io_br(); __v = __raw_readq(c); __io_ar(); __v; })
Completed in 3 milliseconds