Searched refs:n_writes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | bzero.S | 30 prefetch [%o0 + 0x000], #n_writes 48 prefetch [%o0 + 0x040], #n_writes 49 prefetch [%o0 + 0x080], #n_writes 50 prefetch [%o0 + 0x0c0], #n_writes 51 prefetch [%o0 + 0x100], #n_writes 52 prefetch [%o0 + 0x140], #n_writes 53 4: prefetch [%o0 + 0x180], #n_writes 98 EX_ST(prefetcha [%o0 + 0x00] %asi, #n_writes) 116 EX_ST(prefetcha [%o0 + 0x040] %asi, #n_writes) 117 EX_ST(prefetcha [%o0 + 0x080] %asi, #n_writes) [all...] |
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | bzero.S | 30 prefetch [%o0 + 0x000], #n_writes 48 prefetch [%o0 + 0x040], #n_writes 49 prefetch [%o0 + 0x080], #n_writes 50 prefetch [%o0 + 0x0c0], #n_writes 51 prefetch [%o0 + 0x100], #n_writes 52 prefetch [%o0 + 0x140], #n_writes 53 4: prefetch [%o0 + 0x180], #n_writes 98 EX_ST(prefetcha [%o0 + 0x00] %asi, #n_writes) 116 EX_ST(prefetcha [%o0 + 0x040] %asi, #n_writes) 117 EX_ST(prefetcha [%o0 + 0x080] %asi, #n_writes) [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | tsb.S | 528 prefetch [%o0 + 0x000], #n_writes 530 prefetch [%o0 + 0x040], #n_writes 532 prefetch [%o0 + 0x080], #n_writes 533 1: prefetch [%o0 + 0x0c0], #n_writes 538 prefetch [%o0 + 0x100], #n_writes 543 prefetch [%o0 + 0x140], #n_writes 548 prefetch [%o0 + 0x180], #n_writes
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | tsb.S | 528 prefetch [%o0 + 0x000], #n_writes 530 prefetch [%o0 + 0x040], #n_writes 532 prefetch [%o0 + 0x080], #n_writes 533 1: prefetch [%o0 + 0x0c0], #n_writes 538 prefetch [%o0 + 0x100], #n_writes 543 prefetch [%o0 + 0x140], #n_writes 548 prefetch [%o0 + 0x180], #n_writes
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-topcliff-pch.c | 547 u32 n_writes; in pch_spi_set_tx() local 617 n_writes = data->bpw_len; in pch_spi_set_tx() 618 if (n_writes > PCH_MAX_FIFO_DEPTH) in pch_spi_set_tx() 619 n_writes = PCH_MAX_FIFO_DEPTH; in pch_spi_set_tx() 626 for (j = 0; j < n_writes; j++) in pch_spi_set_tx()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-topcliff-pch.c | 519 u32 n_writes; in pch_spi_set_tx() local 589 n_writes = data->bpw_len; in pch_spi_set_tx() 590 if (n_writes > PCH_MAX_FIFO_DEPTH) in pch_spi_set_tx() 591 n_writes = PCH_MAX_FIFO_DEPTH; in pch_spi_set_tx() 598 for (j = 0; j < n_writes; j++) in pch_spi_set_tx()
|
Completed in 6 milliseconds