Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dlogic_io.h49 #define __raw_readq __raw_readq macro
H A Dio.h139 #define __raw_readq __raw_readq macro
140 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/arm64/include/asm/
H A Dio.h87 #define __raw_readq __raw_readq macro
88 static __always_inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/riscv/include/asm/
H A Dmmio.h73 #define __raw_readq __raw_readq macro
74 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/s390/include/asm/
H A Dio.h70 #define __raw_readq zpci_read_u64 macro
/linux/arch/sparc/include/asm/
H A Dio_64.h57 #define __raw_readq __raw_readq macro
58 static inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/arch/alpha/include/asm/
H A Dio.h269 #define __raw_readq __raw_readq macro
495 extern inline u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h229 static __always_inline u64 __raw_readq(const volatile void *addr) in __raw_readq() function
/linux/arch/mips/include/asm/
H A Dio.h496 #define __raw_readq __raw_readq macro
/linux/arch/sh/include/asm/
H A Dio.h36 #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) macro
/linux/arch/alpha/kernel/
H A Dio.c138 u64 __raw_readq(const volatile void __iomem *addr) in __raw_readq() function
/linux/drivers/mmc/host/
H A Ddw_mmc.h536 #define __raw_readq(__reg) (*(volatile u64 __force *)(__reg)) macro