Searched refs:dcache_line_size (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/nios2/mm/ |
| H A D | cacheflush.c | 23 start &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache() 24 end += (cpuinfo.dcache_line_size - 1); in __flush_dcache() 25 end &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache() 30 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __flush_dcache() 42 start &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 43 end += (cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 44 end &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 46 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache()
|
| /linux/arch/arm/mm/ |
| H A D | cache-v7.S | 284 dcache_line_size r2, r3 340 dcache_line_size r2, r3 368 dcache_line_size r2, r3 398 dcache_line_size r2, r3 420 dcache_line_size r2, r3
|
| H A D | cache-v7m.S | 309 dcache_line_size r2, r3 347 dcache_line_size r2, r3 371 dcache_line_size r2, r3
|
| H A D | proc-v7m.S | 76 dcache_line_size r2, r3
|
| H A D | proc-macros.S | 74 .macro dcache_line_size, reg, tmp macro
|
| H A D | proc-v7.S | 88 1: dcache_line_size r2, r3
|
| /linux/arch/nios2/include/asm/ |
| H A D | cpuinfo.h | 25 u32 dcache_line_size; member
|
| /linux/arch/sparc/kernel/ |
| H A D | ptrace_64.c | 126 unsigned long dcache_line_size; in flush_ptrace_access() local 128 dcache_line_size = local_cpu_data().dcache_line_size; in flush_ptrace_access() 131 for (; start < end; start += dcache_line_size) in flush_ptrace_access() 134 start &= ~(dcache_line_size - 1); in flush_ptrace_access() 135 for (; start < end; start += dcache_line_size) in flush_ptrace_access()
|
| H A D | sysfs.c | 190 SHOW_CPUDATA_UINT_NAME(l1_dcache_line_size, dcache_line_size);
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head.S | 690 .macro dcache_line_size, reg, tmp macro 1270 dcache_line_size r1, r2 @ r1 := dcache min line size
|