Home
last modified time | relevance | path

Searched defs:readq (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Dio.h391 #define readq readq in BUILDIO_MEM() macro
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dio.h63 #define readq(addr) (*(volatile u64 *)(uintptr_t)(addr)) macro
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dio.h55 #define readq(addr) sandbox_read((const void *)addr, SB_SIZE_64) macro
/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/
Dio.h122 static inline u64 readq(const volatile void __iomem *addr) in readq() function
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dio.h124 #define readq(c) ({ u64 __v = __arch_getq(c); __iormb(); __v; }) macro