Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Darch_gicv3.h123 #define gic_write_irouter(v, c) writeq_relaxed(v, c)
125 #define gic_write_lpir(v, c) writeq_relaxed(v, c)
130 #define gits_write_baser(v, c) writeq_relaxed(v, c)
133 #define gits_write_cbaser(v, c) writeq_relaxed(v, c)
135 #define gits_write_cwriter(v, c) writeq_relaxed(v, c)
138 #define gicr_write_propbaser(v, c) writeq_relaxed(v, c)
140 #define gicr_write_pendbaser(v, c) writeq_relaxed(v, c)
143 #define gits_write_vpropbaser(v, c) writeq_relaxed(v, c)
145 #define gits_write_vpendbaser(v, c) writeq_relaxed(v, c)
Dio.h127 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) macro
142 #define writeq(v,c) ({ __iowmb(); writeq_relaxed((v),(c)); })
/arch/arm64/kernel/
Dsmp_spin_table.c91 writeq_relaxed(__pa_function(secondary_holding_pen), release_addr); in smp_spin_table_cpu_prepare()
Dacpi_parking_protocol.c102 writeq_relaxed(__pa_symbol(secondary_entry), &mailbox->entry_point); in acpi_parking_protocol_cpu_boot()
/arch/sh/include/asm/
Dio.h48 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)ioswabq(v),c)) macro
58 #define writeq(v,a) ({ wmb(); writeq_relaxed((v),(a)); })
/arch/parisc/include/asm/
Dio.h230 #define writeq_relaxed(q, addr) writeq(q, addr) macro
/arch/x86/include/asm/
Dio.h101 #define writeq_relaxed(v, a) __writeq(v, a) macro
/arch/sparc/include/asm/
Dio_64.h186 #define writeq_relaxed writeq macro
/arch/mips/include/asm/
Dio.h491 #define writeq_relaxed __relaxed_writeq in BUILDIO_MEM() macro
/arch/riscv/include/asm/
Dio.h138 #define writeq_relaxed(v,c) ({ __io_rbw(); writeq_cpu((v),(c)); __io_raw(); }) macro
/arch/alpha/include/asm/
Dio.h509 #define writeq_relaxed(b, addr) __raw_writeq(b, addr) macro
/arch/powerpc/include/asm/
Dio.h639 #define writeq_relaxed(v, addr) writeq(v, addr) macro