Searched refs:n_writes (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/sparc/lib/
H A Dbzero.S28 prefetch [%o0 + 0x000], #n_writes
46 prefetch [%o0 + 0x040], #n_writes
47 prefetch [%o0 + 0x080], #n_writes
48 prefetch [%o0 + 0x0c0], #n_writes
49 prefetch [%o0 + 0x100], #n_writes
50 prefetch [%o0 + 0x140], #n_writes
51 4: prefetch [%o0 + 0x180], #n_writes
94 EX_ST(prefetcha [%o0 + 0x00] %asi, #n_writes)
112 EX_ST(prefetcha [%o0 + 0x040] %asi, #n_writes)
113 EX_ST(prefetcha [%o0 + 0x080] %asi, #n_writes)
114 EX_ST(prefetcha [%o0 + 0x0c0] %asi, #n_writes)
115 EX_ST(prefetcha [%o0 + 0x100] %asi, #n_writes)
116 EX_ST(prefetcha [%o0 + 0x140] %asi, #n_writes)
117 4: EX_ST(prefetcha [%o0 + 0x180] %asi, #n_writes)
/linux-4.4.14/arch/sparc/kernel/
H A Dtsb.S519 prefetch [%o0 + 0x000], #n_writes
521 prefetch [%o0 + 0x040], #n_writes
523 prefetch [%o0 + 0x080], #n_writes
524 1: prefetch [%o0 + 0x0c0], #n_writes
529 prefetch [%o0 + 0x100], #n_writes
534 prefetch [%o0 + 0x140], #n_writes
539 prefetch [%o0 + 0x180], #n_writes
/linux-4.4.14/arch/sparc/include/asm/
H A Dprocessor_64.h245 * "#n_writes". This brings the cacheline into the prefetchw()
248 __asm__ __volatile__("prefetch [%0], #n_writes" prefetchw()
/linux-4.4.14/drivers/spi/
H A Dspi-topcliff-pch.c556 u32 n_writes; pch_spi_set_tx() local
625 n_writes = data->bpw_len; pch_spi_set_tx()
626 if (n_writes > PCH_MAX_FIFO_DEPTH) pch_spi_set_tx()
627 n_writes = PCH_MAX_FIFO_DEPTH; pch_spi_set_tx()
633 for (j = 0; j < n_writes; j++) pch_spi_set_tx()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_main.c239 drbd_err(connection, "BAD! BarrierAck #%u received with n_writes=%u, expected n_writes=%u!\n", tl_release()

Completed in 310 milliseconds