Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-intel.h17 #undef barrier_data
22 #define barrier_data(ptr) barrier() macro
H A Dcompiler.h174 #ifndef barrier_data
175 # define barrier_data(ptr) barrier() macro
H A Dcompiler-gcc.h29 #define barrier_data(ptr) __asm__ __volatile__("": :"r"(ptr) :"memory") macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler.h87 #ifndef barrier_data
101 # define barrier_data(ptr) __asm__ __volatile__("": :"r"(ptr) :"memory") macro
H A Dcompiler-intel.h17 #define barrier_data(ptr) barrier() macro
H A Dstring.h244 barrier_data(s); in memzero_explicit()
/OK3568_Linux_fs/kernel/lib/
H A Dlibcrc32c.c51 barrier_data(ctx); in crc32c()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe.h62 barrier_data(shash_desc_ctx(shash)); in rxe_crc32()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h195 #ifndef barrier_data
196 # define barrier_data(ptr) barrier() macro
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch60 +#define barrier_data(ptr) __asm__ __volatile__("": :"r"(ptr) :"memory")
550 +#undef barrier_data
555 +#define barrier_data(ptr) barrier()
605 +#ifndef barrier_data
606 +# define barrier_data(ptr) barrier()
/OK3568_Linux_fs/kernel/drivers/clk/renesas/
H A Dclk-mstp.c96 barrier_data(group->smstpcr); in cpg_mstp_clock_endisable()
H A Drenesas-cpg-mssr.c211 barrier_data(priv->base + priv->control_regs[reg]); in cpg_mstp_clock_endisable()
899 barrier_data(priv->base + priv->control_regs[reg]); in cpg_mssr_resume_noirq()