Home
last modified time | relevance | path

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

/libcpu/risc-v/common64/
A Driscv_io.h66 static inline rt_uint64_t __raw_readq(const volatile void *addr) in __raw_readq() function
93 #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