Searched refs:barrier (Results 276 - 300 of 545) sorted by path

<<11121314151617181920>>

/linux-master/drivers/char/tpm/
H A Dxen-tpmfront.c158 barrier();
/linux-master/drivers/clk/tegra/
H A Dclk-tegra20.c910 barrier();
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c198 barrier();
/linux-master/drivers/dma/
H A Dat_xdmac.c10 #include <asm/barrier.h>
H A Ddmaengine.h75 barrier();
H A Dfsl-qdma.c1011 barrier();
/linux-master/drivers/edac/
H A Dthunderx_edac.c361 barrier();
/linux-master/drivers/gpio/
H A Dgpiolib.c1867 * Using barrier() here to prevent compiler from reordering
1870 barrier();
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v4_4_2.c601 barrier(); /* work around https://llvm.org/pr42576 */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1152 // Clear DEBUG_EN before and restore MODE after the barrier.
1154 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG
H A Dcwsr_trap_handler_gfx8.asm666 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
H A Dcwsr_trap_handler_gfx9.asm915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c141 /* Even if we have not used the cache, we may still have a barrier */
387 * we are actively using the barrier, we know that there will be
416 if (!is_barrier(active)) /* proto-node used by our idle barrier? */
591 err = flush_barrier(it); /* unconnected idle barrier? */
633 if (is_barrier(active)) /* XXX flush the barrier? */
694 void *arg, struct i915_sw_fence *barrier)
723 err = __await_barrier(ref, barrier);
784 * Try to reuse any existing barrier nodes already allocated for this
815 * the first pending barrier.
835 * the barrier befor
691 await_active(struct i915_active *ref, unsigned int flags, int (*fn)(void *arg, struct dma_fence *fence), void *arg, struct i915_sw_fence *barrier) argument
[all...]
H A Di915_utils.c115 barrier();
H A Di915_utils.h270 barrier(); \
312 barrier(); \
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c441 barrier();
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c15 #include <asm/barrier.h>
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_drv.h459 barrier(); \
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.h859 barrier(); \
H A Dvc4_irq.c210 barrier();
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etb10.c434 const u32 *barrier; local
531 barrier = coresight_barrier_pkt;
538 read_data = *barrier;
539 barrier++;
H A Dcoresight-etm4x-core.c36 #include <asm/barrier.h>
904 /* Trace synchronization barrier, is a nop if not supported */
H A Dcoresight-tmc-etf.c476 const u32 *barrier; local
552 barrier = coresight_barrier_pkt;
560 *buf_ptr = *barrier;
561 barrier++;
H A Dcoresight-trbe.c18 #include <asm/barrier.h>
/linux-master/drivers/i2c/busses/
H A Di2c-brcmstb.c202 barrier();

Completed in 365 milliseconds

<<11121314151617181920>>