Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Darch_gicv3.h116 #define gic_read_typer(c) readq_relaxed(c)
118 #define gic_read_lpir(c) readq_relaxed(c)
124 #define gits_read_baser(c) readq_relaxed(c)
127 #define gits_read_cbaser(c) readq_relaxed(c)
132 #define gicr_read_propbaser(c) readq_relaxed(c)
136 #define gicr_read_pendbaser(c) readq_relaxed(c)
139 #define gicr_read_vpropbaser(c) readq_relaxed(c)
142 #define gicr_read_vpendbaser(c) readq_relaxed(c)
/arch/riscv/include/asm/
Dtimex.h20 return readq_relaxed(clint_time_val); in get_cycles()
Dmmio.h123 #define readq_relaxed(c) ({ u64 __v; __io_rbr(); __v = readq_cpu(c); __io_rar(); __v; }) macro
/arch/arm64/kernel/
Dacpi_parking_protocol.c118 entry_point = readq_relaxed(&mailbox->entry_point); in acpi_parking_protocol_cpu_postboot()
/arch/sh/include/asm/
Dio.h42 #define readq_relaxed(c) ({ u64 __v = ioswabq(__raw_readq(c)); __v; }) macro
52 #define readq(a) ({ u64 r_ = readq_relaxed(a); rmb(); r_; })
/arch/alpha/include/asm/
Dio.h507 extern u64 readq_relaxed(const volatile void __iomem *addr);
530 extern inline u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
/arch/alpha/kernel/
Dio.c246 u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
255 EXPORT_SYMBOL(readq_relaxed);
/arch/parisc/include/asm/
Dio.h216 #define readq_relaxed(addr) readq(addr) macro
/arch/x86/include/asm/
Dio.h100 #define readq_relaxed(a) __readq(a) macro
/arch/mips/include/asm/
Dio.h397 #define readq_relaxed __relaxed_readq in BUILDIO_MEM() macro
/arch/sparc/include/asm/
Dio_64.h143 #define readq_relaxed readq macro
/arch/powerpc/include/asm/
Dio.h695 #define readq_relaxed(addr) readq(addr) macro