Searched refs:dcache_line_size (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/arch/nios2/mm/ |
D | cacheflush.c | 22 start &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache() 23 end += (cpuinfo.dcache_line_size - 1); in __flush_dcache() 24 end &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache() 29 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __flush_dcache() 41 start &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 42 end += (cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 43 end &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache() 45 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache()
|
/linux-4.4.14/arch/arm64/mm/ |
D | cache.S | 53 dcache_line_size x2, x3 91 dcache_line_size x2, x3 117 dcache_line_size x2, x3 143 dcache_line_size x2, x3 165 dcache_line_size x2, x3
|
D | proc-macros.S | 39 .macro dcache_line_size, reg, tmp macro
|
/linux-4.4.14/arch/nios2/kernel/ |
D | cpuinfo.c | 98 cpuinfo.dcache_line_size = fcpu(cpu, "dcache-line-size"); in setup_cpuinfo() 99 if (CONFIG_NIOS2_DCACHE_LINE_SIZE != cpuinfo.dcache_line_size) in setup_cpuinfo() 103 CONFIG_NIOS2_DCACHE_LINE_SIZE, cpuinfo.dcache_line_size); in setup_cpuinfo() 162 cpuinfo.dcache_line_size); in show_cpuinfo()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | cpudata_64.h | 22 unsigned int dcache_line_size; member
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | cpuinfo.h | 36 u32 dcache_line_size; member
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-v7.S | 273 dcache_line_size r2, r3 325 dcache_line_size r2, r3 353 dcache_line_size r2, r3 381 dcache_line_size r2, r3 403 dcache_line_size r2, r3
|
D | proc-macros.S | 72 .macro dcache_line_size, reg, tmp macro
|
D | proc-v7.S | 81 1: dcache_line_size r2, r3
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_64.c | 89 unsigned long dcache_line_size; in flush_ptrace_access() local 91 dcache_line_size = local_cpu_data().dcache_line_size; in flush_ptrace_access() 94 for (; start < end; start += dcache_line_size) in flush_ptrace_access() 97 start &= ~(dcache_line_size - 1); in flush_ptrace_access() 98 for (; start < end; start += dcache_line_size) in flush_ptrace_access()
|
D | traps_64.c | 998 unsigned int dcache_size, dcache_line_size; in cheetah_flush_dcache() local 1002 dcache_line_size = local_cpu_data().dcache_line_size; in cheetah_flush_dcache() 1004 for (addr = 0; addr < dcache_size; addr += dcache_line_size) { in cheetah_flush_dcache() 1019 unsigned int dcache_size, dcache_line_size; in cheetah_plus_zap_dcache_parity() local 1023 dcache_line_size = local_cpu_data().dcache_line_size; in cheetah_plus_zap_dcache_parity() 1025 for (addr = 0; addr < dcache_size; addr += dcache_line_size) { in cheetah_plus_zap_dcache_parity() 1035 for (line = addr; line < addr + dcache_line_size; line += 8) in cheetah_plus_zap_dcache_parity()
|
D | prom_64.c | 533 cpu_data(cpuid).dcache_line_size = in fill_in_one_cpu() 562 cpu_data(cpuid).dcache_line_size = in fill_in_one_cpu()
|
D | sysfs.c | 206 SHOW_CPUDATA_UINT_NAME(l1_dcache_line_size, dcache_line_size);
|
D | mdesc.c | 591 c->dcache_line_size = *line_size; in fill_in_one_cache()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | vdso_datapage.h | 74 __u32 dcache_line_size; /* L1 d-cache line size 0x64 */ member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | vdso.c | 738 vdso_data->dcache_line_size = ppc64_caches.dline_size; in vdso_init()
|