Searched refs:n_writes (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/sparc/lib/ |
D | bzero.S | 28 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) [all …]
|
D | xor.S | 354 prefetch [%i1], #n_writes 370 prefetch [%i0 + 0x40], #n_writes 399 prefetch [%i1], #n_writes 434 prefetch [%i0 + 0x40], #n_writes 460 prefetch [%i1], #n_writes 517 prefetch [%i0 + 0x40], #n_writes 542 prefetch [%i1], #n_writes 612 prefetch [%i0 + 0x40], #n_writes
|
/linux-4.1.27/arch/sparc/kernel/ |
D | tsb.S | 519 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.1.27/drivers/spi/ |
D | spi-topcliff-pch.c | 556 u32 n_writes; in pch_spi_set_tx() local 625 n_writes = data->bpw_len; in pch_spi_set_tx() 626 if (n_writes > PCH_MAX_FIFO_DEPTH) in pch_spi_set_tx() 627 n_writes = PCH_MAX_FIFO_DEPTH; in pch_spi_set_tx() 633 for (j = 0; j < n_writes; j++) in pch_spi_set_tx()
|