Searched refs:dcache_line_size (Results 1 – 14 of 14) 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/nios2/kernel/ |
H A D | cpuinfo.c | 88 cpuinfo.dcache_line_size = fcpu(cpu, "dcache-line-size"); in setup_cpuinfo() 89 if (CONFIG_NIOS2_DCACHE_LINE_SIZE != cpuinfo.dcache_line_size) in setup_cpuinfo() 93 CONFIG_NIOS2_DCACHE_LINE_SIZE, cpuinfo.dcache_line_size); in setup_cpuinfo() 160 cpuinfo.dcache_line_size); in show_cpuinfo()
|
/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/sparc/include/asm/ |
H A D | cpudata_64.h | 23 unsigned int dcache_line_size; member
|
/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);
|
H A D | mdesc.c | 835 c->dcache_line_size = *line_size; in fill_in_one_cache()
|
/linux/arch/arm64/mm/ |
H A D | cache.S | 146 dcache_line_size x2, x3
|
/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
|