Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/riscv/asm/
H A Dio.h66 #define __raw_readq __raw_readq macro
67 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/kvm-unit-tests/lib/arm64/asm/
H A Dio.h66 #define __raw_readq __raw_readq macro
67 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/kvm-unit-tests/lib/asm-generic/
H A Dio.h46 static inline u64 __raw_readq(const volatile void *addr) in __raw_readq() function