Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Darch_gicv3.h122 #define gic_read_typer(c) readq_relaxed(c)
124 #define gic_read_lpir(c) readq_relaxed(c)
129 #define gits_read_baser(c) readq_relaxed(c)
132 #define gits_read_cbaser(c) readq_relaxed(c)
137 #define gicr_read_propbaser(c) readq_relaxed(c)
141 #define gicr_read_pendbaser(c) readq_relaxed(c)
144 #define gicr_read_vpropbaser(c) readq_relaxed(c)
147 #define gicr_read_vpendbaser(c) readq_relaxed(c)
Dio.h139 #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) macro
154 #define readq(c) ({ u64 __v = readq_relaxed(c); __iormb(__v); __v; })
/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.c117 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/kernel/
Dio.c246 u64 readq_relaxed(const volatile void __iomem *addr) in readq_relaxed() function
255 EXPORT_SYMBOL(readq_relaxed);
/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/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/sparc/include/asm/
Dio_64.h143 #define readq_relaxed readq macro
/arch/mips/include/asm/
Dio.h385 #define readq_relaxed __relaxed_readq in BUILDIO_MEM() macro
/arch/powerpc/include/asm/
Dio.h658 #define readq_relaxed(addr) readq(addr) macro