Searched refs:WRITE_ONCE (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/riscv/include/asm/
H A Dbarrier.h35 WRITE_ONCE(*p, v); \
/u-boot/include/
H A Dvirtio_ring.h334 WRITE_ONCE(*p, v);
/u-boot/arch/arm/mach-tegra/
H A Divc.c163 WRITE_ONCE(ivc->rx_channel->r_count,
174 WRITE_ONCE(ivc->tx_channel->w_count,
/u-boot/include/linux/
H A Dcompiler.h237 * READ_ONCE and WRITE_ONCE, but only when the compiler is aware of some
239 * put the two invocations of READ_ONCE or WRITE_ONCE in different C
244 * the machine (e.g., 32 bits or 64 bits) READ_ONCE() and WRITE_ONCE() will
280 #define WRITE_ONCE(x, val) \ macro

Completed in 184 milliseconds