/linux-4.4.14/arch/sh/mm/ |
D | flush-sh4.c | 18 v = aligned_start & ~(L1_CACHE_BYTES-1); in sh4__flush_wback_region() 19 end = (aligned_start + size + L1_CACHE_BYTES-1) in sh4__flush_wback_region() 20 & ~(L1_CACHE_BYTES-1); in sh4__flush_wback_region() 21 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_wback_region() 24 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 25 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 26 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 27 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 28 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 29 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() [all …]
|
D | cache-sh2a.c | 58 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_wback_region() 59 end = ((unsigned long)start + size + L1_CACHE_BYTES-1) in sh2a__flush_wback_region() 60 & ~(L1_CACHE_BYTES-1); in sh2a__flush_wback_region() 71 for (v = begin; v < end; v += L1_CACHE_BYTES) { in sh2a__flush_wback_region() 79 for (v = begin; v < end; v += L1_CACHE_BYTES) in sh2a__flush_wback_region() 98 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_purge_region() 99 end = ((unsigned long)start + size + L1_CACHE_BYTES-1) in sh2a__flush_purge_region() 100 & ~(L1_CACHE_BYTES-1); in sh2a__flush_purge_region() 105 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2a__flush_purge_region() 128 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_invalidate_region() [all …]
|
D | cache-sh2.c | 24 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_wback_region() 25 end = ((unsigned long)start + size + L1_CACHE_BYTES-1) in sh2__flush_wback_region() 26 & ~(L1_CACHE_BYTES-1); in sh2__flush_wback_region() 27 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2__flush_wback_region() 45 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_purge_region() 46 end = ((unsigned long)start + size + L1_CACHE_BYTES-1) in sh2__flush_purge_region() 47 & ~(L1_CACHE_BYTES-1); in sh2__flush_purge_region() 49 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_purge_region() 76 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_invalidate_region() 77 end = ((unsigned long)start + size + L1_CACHE_BYTES-1) in sh2__flush_invalidate_region() [all …]
|
D | cache-sh3.c | 41 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_wback_region() 42 end = ((unsigned long)start + size + L1_CACHE_BYTES-1) in sh3__flush_wback_region() 43 & ~(L1_CACHE_BYTES-1); in sh3__flush_wback_region() 45 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_wback_region() 79 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_purge_region() 80 end = ((unsigned long)start + size + L1_CACHE_BYTES-1) in sh3__flush_purge_region() 81 & ~(L1_CACHE_BYTES-1); in sh3__flush_purge_region() 83 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_purge_region()
|
D | cache-sh5.c | 83 addr += L1_CACHE_BYTES; in sh64_icache_inv_kernel_range() 228 addr += L1_CACHE_BYTES; in sh64_icache_inv_current_user_range() 234 #define DUMMY_ALLOCO_AREA_SIZE ((L1_CACHE_BYTES << 10) + (1024 * 4)) 345 magic_eaddr += L1_CACHE_BYTES; in sh64_dcache_purge_coloured_phy_page() 374 eaddr += L1_CACHE_BYTES; in sh64_dcache_purge_phy_page() 599 unsigned long end = (unsigned long)vaddr + L1_CACHE_BYTES; in sh5_flush_cache_sigtramp() 601 __flush_wback_region(vaddr, L1_CACHE_BYTES); in sh5_flush_cache_sigtramp()
|
D | cache-sh4.c | 60 start &= ~(L1_CACHE_BYTES-1); in sh4_flush_icache_range() 61 end += L1_CACHE_BYTES-1; in sh4_flush_icache_range() 62 end &= ~(L1_CACHE_BYTES-1); in sh4_flush_icache_range() 67 for (v = start; v < end; v += L1_CACHE_BYTES) { in sh4_flush_icache_range()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | cache.h | 19 #define L1_CACHE_DISPARITY (L1_CACHE_NENTRIES * L1_CACHE_BYTES) 21 #define L1_CACHE_DISPARITY L1_CACHE_NENTRIES * L1_CACHE_BYTES 24 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 33 (ENTRY) * L1_CACHE_BYTES, u32) 36 __SYSREG(0xc8400000 + 0 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32) 38 __SYSREG(0xc8400000 + 1 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32) 40 __SYSREG(0xc8400000 + 2 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32) 42 __SYSREG(0xc8400000 + 3 * L1_CACHE_WAYDISP + (ENTRY) * L1_CACHE_BYTES, u32) 47 (ENTRY) * L1_CACHE_BYTES + (OFF) * 4, u32) 50 (ENTRY) * L1_CACHE_BYTES, u32) [all …]
|
/linux-4.4.14/arch/score/mm/ |
D | cache.c | 45 for (i = 0; i < (PAGE_SIZE / L1_CACHE_BYTES); i += L1_CACHE_BYTES) { in flush_data_cache_page() 51 addr += L1_CACHE_BYTES; in flush_data_cache_page() 250 start = start & ~(L1_CACHE_BYTES - 1); in flush_dcache_range() 251 end = end & ~(L1_CACHE_BYTES - 1); in flush_dcache_range() 254 for (i = 0; i < size; i += L1_CACHE_BYTES) { in flush_dcache_range() 261 start += L1_CACHE_BYTES; in flush_dcache_range() 268 start = start & ~(L1_CACHE_BYTES - 1); in flush_icache_range() 269 end = end & ~(L1_CACHE_BYTES - 1); in flush_icache_range() 273 for (i = 0; i < size; i += L1_CACHE_BYTES) { in flush_icache_range() 278 start += L1_CACHE_BYTES; in flush_icache_range()
|
/linux-4.4.14/arch/frv/lib/ |
D | cache.S | 27 andi gr8,~(L1_CACHE_BYTES-1),gr8 30 addi gr8,#L1_CACHE_BYTES,gr8 47 andi gr8,~(L1_CACHE_BYTES-1),gr8 51 addi gr8,#L1_CACHE_BYTES,gr8 68 andi gr8,~(L1_CACHE_BYTES-1),gr8 71 addi gr8,#L1_CACHE_BYTES,gr8 88 andi gr8,~(L1_CACHE_BYTES-1),gr8 92 addi gr8,#L1_CACHE_BYTES,gr8
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | cache.h | 26 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 28 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 30 #define __cacheline_aligned __aligned(L1_CACHE_BYTES) 31 #define ____cacheline_aligned __aligned(L1_CACHE_BYTES)
|
/linux-4.4.14/arch/arm/lib/ |
D | copy_page.S | 17 #define COPY_COUNT (PAGE_SZ / (2 * L1_CACHE_BYTES) PLD( -1 )) 30 PLD( pld [r1, #L1_CACHE_BYTES] ) 33 1: PLD( pld [r1, #2 * L1_CACHE_BYTES]) 34 PLD( pld [r1, #3 * L1_CACHE_BYTES]) 36 .rept (2 * L1_CACHE_BYTES / 16 - 1)
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | cache.h | 17 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES 20 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 32 __attribute__((__aligned__(L1_CACHE_BYTES), \
|
/linux-4.4.14/arch/arc/kernel/ |
D | vmlinux.lds.S | 66 INIT_TEXT_SECTION(L1_CACHE_BYTES) 71 INIT_SETUP(L1_CACHE_BYTES) 83 PERCPU_SECTION(L1_CACHE_BYTES) 105 EXCEPTION_TABLE(L1_CACHE_BYTES) 115 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | cache.h | 10 # define L1_CACHE_BYTES 64 macro 16 # define L1_CACHE_BYTES 32 macro 20 #define SMP_CACHE_BYTES L1_CACHE_BYTES
|
/linux-4.4.14/arch/frv/include/asm/ |
D | cache.h | 18 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 20 #define __cacheline_aligned __attribute__((aligned(L1_CACHE_BYTES))) 21 #define ____cacheline_aligned __attribute__((aligned(L1_CACHE_BYTES)))
|
D | mem-layout.h | 38 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 39 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | cache.h | 22 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 31 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 40 return cwg ? 4 << cwg : L1_CACHE_BYTES; in cache_line_size()
|
/linux-4.4.14/arch/mn10300/proc-mn2ws0050/include/proc/ |
D | cache.h | 24 #define L1_CACHE_BYTES 32 /* bytes per entry */ macro 45 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES) 47 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES)
|
/linux-4.4.14/arch/mn10300/proc-mn103e010/include/proc/ |
D | cache.h | 18 #define L1_CACHE_BYTES 16 /* bytes per entry */ macro 39 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES) 41 +(L1_CACHE_NWAYS * L1_CACHE_NENTRIES * L1_CACHE_BYTES)
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | cache.h | 17 #define L1_CACHE_BYTES XCHAL_DCACHE_LINESIZE macro 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES 32 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | cache.h | 14 #define L1_CACHE_BYTES 16 macro 19 #define SMP_CACHE_BYTES L1_CACHE_BYTES 21 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
D | atomic.h | 29 # define ATOMIC_HASH(a) (&(__atomic_hash[ (((unsigned long) (a))/L1_CACHE_BYTES) & (ATOMIC_HASH_SI…
|
/linux-4.4.14/arch/frv/kernel/ |
D | vmlinux.lds.S | 40 PERCPU_SECTION(L1_CACHE_BYTES) 95 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES) 105 . = ALIGN(L1_CACHE_BYTES); 112 . = ALIGN(L1_CACHE_BYTES);
|
D | sleep.S | 96 addi gr3,#L1_CACHE_BYTES,gr3 130 .balign L1_CACHE_BYTES 282 addi gr3,#L1_CACHE_BYTES,gr3 307 addi gr3,#L1_CACHE_BYTES,gr3 313 .balign L1_CACHE_BYTES 367 addi gr3,#L1_CACHE_BYTES,gr3
|
D | cmode.S | 94 addi gr3,#L1_CACHE_BYTES,gr3 108 .balign L1_CACHE_BYTES 175 addi gr3,#L1_CACHE_BYTES,gr3
|
D | entry.S | 882 .balign L1_CACHE_BYTES
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 33 PERCPU_SECTION(L1_CACHE_BYTES) 49 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) 52 EXCEPTION_TABLE(L1_CACHE_BYTES)
|
D | pci.c | 234 L1_CACHE_BYTES >> 2); in pcibios_fixup_bus()
|
/linux-4.4.14/include/linux/ |
D | cache.h | 8 #define L1_CACHE_ALIGN(x) __ALIGN_KERNEL(x, L1_CACHE_BYTES) 12 #define SMP_CACHE_BYTES L1_CACHE_BYTES 64 #define cache_line_size() L1_CACHE_BYTES
|
D | prefetch.h | 50 #define PREFETCH_STRIDE (4*L1_CACHE_BYTES)
|
D | skbuff.h | 2182 #define NET_SKB_PAD max(32, L1_CACHE_BYTES)
|
/linux-4.4.14/arch/nios2/kernel/ |
D | vmlinux.lds.S | 53 EXCEPTION_TABLE(L1_CACHE_BYTES) 59 PERCPU_SECTION(L1_CACHE_BYTES) 64 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-4.4.14/arch/arc/include/asm/ |
D | cache.h | 19 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 20 #define CACHE_LINE_MASK (~(L1_CACHE_BYTES - 1)) 50 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | misc_32.S | 353 li r5,L1_CACHE_BYTES-1 362 addi r3,r3,L1_CACHE_BYTES 368 addi r6,r6,L1_CACHE_BYTES 387 li r5,L1_CACHE_BYTES-1 396 addi r3,r3,L1_CACHE_BYTES 408 li r5,L1_CACHE_BYTES-1 417 addi r3,r3,L1_CACHE_BYTES 430 li r5,L1_CACHE_BYTES-1 439 addi r3,r3,L1_CACHE_BYTES 458 li r4,PAGE_SIZE/L1_CACHE_BYTES /* Number of lines in a page */ [all …]
|
D | vmlinux.lds.S | 155 PERCPU_SECTION(L1_CACHE_BYTES) 243 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES) 247 READ_MOSTLY_DATA(L1_CACHE_BYTES)
|
D | cpu_setup_ppc970.S | 68 .balign L1_CACHE_BYTES,0 71 .balign L1_CACHE_BYTES,0
|
D | cpu_setup_6xx.S | 308 .balign L1_CACHE_BYTES 311 .balign L1_CACHE_BYTES,0
|
D | vdso.c | 754 vdso_data->dcache_block_size = L1_CACHE_BYTES; in vdso_init() 756 vdso_data->icache_block_size = L1_CACHE_BYTES; in vdso_init()
|
D | l2cr_6xx.S | 205 .balign L1_CACHE_BYTES
|
D | align.c | 208 size = L1_CACHE_BYTES; in emulate_dcbz()
|
D | head_32.S | 789 4: li r0,L1_CACHE_BYTES/4
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | cache.h | 39 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 48 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 49 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/powerpc/lib/ |
D | copy_32.S | 68 CACHELINE_BYTES = L1_CACHE_BYTES 70 CACHELINE_MASK = (L1_CACHE_BYTES-1) 188 #if L1_CACHE_BYTES >= 32 190 #if L1_CACHE_BYTES >= 64 193 #if L1_CACHE_BYTES >= 128 369 #if L1_CACHE_BYTES >= 32 371 #if L1_CACHE_BYTES >= 64 374 #if L1_CACHE_BYTES >= 128 427 #if L1_CACHE_BYTES >= 32 429 #if L1_CACHE_BYTES >= 64 [all …]
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | cache.h | 9 #define L1_CACHE_BYTES (1<< L1_CACHE_SHIFT) macro 11 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | cache.h | 16 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 25 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
D | tlbflush.h | 159 : : "r" (__pa(pmd) & ~(L1_CACHE_BYTES - 1)) : "cc"); in clean_pmd_entry()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | cache.h | 20 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 22 #define SMP_CACHE_BYTES L1_CACHE_BYTES
|
D | page.h | 43 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES 45 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/mips/include/asm/ |
D | cache.h | 15 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES
|
/linux-4.4.14/arch/metag/include/asm/ |
D | cache.h | 6 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 16 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/arm/include/asm/ |
D | cache.h | 8 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 17 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | cache.h | 12 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 16 # define SMP_CACHE_BYTES L1_CACHE_BYTES
|
D | processor.h | 684 #define PREFETCH_STRIDE L1_CACHE_BYTES
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | cache.h | 29 #define L1_CACHE_BYTES NIOS2_ICACHE_LINE_SIZE macro 31 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | cache.h | 5 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 14 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
D | processor.h | 163 #define PREFETCH_STRIDE L1_CACHE_BYTES
|
/linux-4.4.14/arch/arc/mm/ |
D | cache.c | 245 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v2() 252 paddr += L1_CACHE_BYTES; in __cache_line_loop_v2() 287 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v3() 309 paddr += L1_CACHE_BYTES; in __cache_line_loop_v3() 313 vaddr += L1_CACHE_BYTES; in __cache_line_loop_v3() 356 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v4() 376 paddr += L1_CACHE_BYTES; in __cache_line_loop_v4() 923 if (ic->line_len != L1_CACHE_BYTES) in arc_cache_init() 925 ic->line_len, L1_CACHE_BYTES); in arc_cache_init() 947 if (dc->line_len != L1_CACHE_BYTES) in arc_cache_init() [all …]
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | bte.c | 27 #define L1_CACHE_MASK (L1_CACHE_BYTES - 1) 282 bteBlock_unaligned = kmalloc(len + 3 * L1_CACHE_BYTES, GFP_KERNEL); in bte_unaligned_copy() 324 (L1_CACHE_BYTES - in bte_unaligned_copy() 325 headBcopySrcOffset) ? L1_CACHE_BYTES in bte_unaligned_copy() 327 headBteLen = L1_CACHE_BYTES; in bte_unaligned_copy() 335 footBteLen = L1_CACHE_BYTES; in bte_unaligned_copy()
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpnet.c | 120 #define XPNET_MAX_MTU (0x800000UL - L1_CACHE_BYTES) 167 skb = dev_alloc_skb(msg->size + L1_CACHE_BYTES); in xpnet_receive() 170 msg->size + L1_CACHE_BYTES); in xpnet_receive() 184 skb_reserve(skb, (L1_CACHE_BYTES - ((u64)skb->data & in xpnet_receive() 185 (L1_CACHE_BYTES - 1)) + in xpnet_receive() 206 dst = (void *)((u64)skb->data & ~(L1_CACHE_BYTES - 1)); in xpnet_receive() 458 start_addr = ((u64)skb->data & ~(L1_CACHE_BYTES - 1)); in xpnet_dev_hard_start_xmit()
|
D | xpc_sn2.c | 1352 u8 buffer[L1_CACHE_BYTES * 2]; in xpc_pull_remote_vars_part_sn2() 1365 DBUG_ON(sizeof(struct xpc_vars_part_sn2) != L1_CACHE_BYTES / 2); in xpc_pull_remote_vars_part_sn2() 1370 remote_entry_cacheline_pa = (remote_entry_pa & ~(L1_CACHE_BYTES - 1)); in xpc_pull_remote_vars_part_sn2() 1374 (L1_CACHE_BYTES - 1))); in xpc_pull_remote_vars_part_sn2() 1378 L1_CACHE_BYTES); in xpc_pull_remote_vars_part_sn2()
|
D | xpc_partition.c | 54 *base = kmalloc(size + L1_CACHE_BYTES, flags); in xpc_kmalloc_cacheline_aligned()
|
D | xpc_main.c | 396 *base = kzalloc(size + L1_CACHE_BYTES, flags); in xpc_kzalloc_cacheline_aligned()
|
/linux-4.4.14/arch/metag/kernel/ |
D | vmlinux.lds.S | 35 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) 52 PERCPU_SECTION(L1_CACHE_BYTES)
|
/linux-4.4.14/arch/alpha/kernel/ |
D | vmlinux.lds.S | 44 PERCPU_SECTION(L1_CACHE_BYTES) 53 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | cache.h | 25 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro 27 #define SMP_CACHE_BYTES L1_CACHE_BYTES
|
D | page_32.h | 13 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-flush-by-reg.S | 118 # alignsize = L1_CACHE_BYTES; 119 # for (i = (end - start - 1) / L1_CACHE_BYTES ; i > 0; i >>= 1) 123 mov L1_CACHE_BYTES,d2 251 # alignsize = L1_CACHE_BYTES; 252 # for (i = (end - start - 1) / L1_CACHE_BYTES; i > 0; i >>= 1) 256 mov L1_CACHE_BYTES,d2
|
D | cache-inv-by-reg.S | 141 mov L1_CACHE_BYTES-1,d2
|
/linux-4.4.14/arch/mn10300/lib/ |
D | __ashldi3.S | 14 .balign L1_CACHE_BYTES 43 .balign L1_CACHE_BYTES
|
D | __lshrdi3.S | 15 .balign L1_CACHE_BYTES 44 .balign L1_CACHE_BYTES
|
D | __ashrdi3.S | 14 .balign L1_CACHE_BYTES 43 .balign L1_CACHE_BYTES
|
D | memset.S | 14 .balign L1_CACHE_BYTES
|
D | memcpy.S | 14 .balign L1_CACHE_BYTES
|
D | do_csum.S | 14 .balign L1_CACHE_BYTES
|
D | memmove.S | 15 .balign L1_CACHE_BYTES
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_dma.c | 925 offset_in_ca = offset & (L1_CACHE_BYTES - 1); in scif_rma_list_dma_copy_unaligned() 927 loop_len = L1_CACHE_BYTES - offset_in_ca; in scif_rma_list_dma_copy_unaligned() 956 tail_len = remaining_len & (L1_CACHE_BYTES - 1); in scif_rma_list_dma_copy_unaligned() 976 loop_len != L1_CACHE_BYTES) { in scif_rma_list_dma_copy_unaligned() 992 L1_CACHE_BYTES, in scif_rma_list_dma_copy_unaligned() 1004 offset += (loop_len - L1_CACHE_BYTES); in scif_rma_list_dma_copy_unaligned() 1005 temp_dma_addr += (loop_len - L1_CACHE_BYTES); in scif_rma_list_dma_copy_unaligned() 1006 window_dma_addr += (loop_len - L1_CACHE_BYTES); in scif_rma_list_dma_copy_unaligned() 1007 remaining_len -= (loop_len - L1_CACHE_BYTES); in scif_rma_list_dma_copy_unaligned() 1264 src_cache_off = src_offset & (L1_CACHE_BYTES - 1); in scif_rma_list_dma_copy_aligned() [all …]
|
D | scif_rma.h | 68 (L1_CACHE_BYTES << 1)) 386 src_offset = src_offset & (L1_CACHE_BYTES - 1); in scif_unaligned() 387 dst_offset = dst_offset & (L1_CACHE_BYTES - 1); in scif_unaligned()
|
/linux-4.4.14/arch/sh/kernel/ |
D | vmlinux.lds.S | 52 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) 69 PERCPU_SECTION(L1_CACHE_BYTES)
|
D | head_64.S | 117 .balign L1_CACHE_BYTES
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | cache.S | 31 R2 = -L1_CACHE_BYTES; 39 R1 += L1_CACHE_BYTES;
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | probe.c | 42 boot_cpu_data.icache.linesz = L1_CACHE_BYTES; in cpu_probe() 51 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe() 248 boot_cpu_data.scache.linesz = L1_CACHE_BYTES; in cpu_probe()
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | bte.h | 227 (((len & (L1_CACHE_BYTES - 1)) || \ 228 (src & (L1_CACHE_BYTES - 1)) || \ 229 (dest & (L1_CACHE_BYTES - 1))) ? \
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | msp_setup.c | 60 for (iptr = (void *)((unsigned int)start & ~(L1_CACHE_BYTES - 1)); in msp7120_reset() 61 iptr < end; iptr += L1_CACHE_BYTES) in msp7120_reset()
|
/linux-4.4.14/arch/arm/kernel/ |
D | module-plts.c | 16 #define PLT_ENT_STRIDE L1_CACHE_BYTES 169 mod->arch.core_plt->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections() 176 mod->arch.init_plt->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections()
|
D | vmlinux.lds.S | 227 PERCPU_SECTION(L1_CACHE_BYTES) 263 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES) 264 READ_MOSTLY_DATA(L1_CACHE_BYTES)
|
D | bios32.c | 342 L1_CACHE_BYTES >> 2); in pcibios_fixup_bus()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | vmlinux.lds.S | 144 PERCPU_SECTION(L1_CACHE_BYTES) 162 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
D | cpufeature.c | 926 if (L1_CACHE_BYTES < cls) in setup_cpu_features() 928 L1_CACHE_BYTES, cls); in setup_cpu_features()
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | cache.h | 26 #define L1_CACHE_BYTES 16 macro
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | cache.h | 5 #define L1_CACHE_BYTES 32 macro
|
/linux-4.4.14/arch/mips/include/asm/mach-tx49xx/ |
D | kmalloc.h | 4 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/score/include/asm/ |
D | cache.h | 5 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | cache.h | 6 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
/linux-4.4.14/include/asm-generic/ |
D | cache.h | 10 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | cache.h | 6 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | cache.h | 12 #define L1_CACHE_BYTES 256 macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | cache.h | 15 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | cache.h | 13 #define L1_CACHE_BYTES 32 macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | cache.h | 15 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
D | processor_32.h | 200 #define PREFETCH_STRIDE L1_CACHE_BYTES
|
D | processor.h | 91 } __attribute__ ((aligned(L1_CACHE_BYTES)));
|
D | page.h | 194 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/x86/include/asm/ |
D | cache.h | 8 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | cache.h | 7 #define L1_CACHE_BYTES 32 macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | cache.h | 22 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | probe.c | 24 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 44 PERCPU_SECTION(L1_CACHE_BYTES)
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 89 PERCPU_SECTION(L1_CACHE_BYTES)
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 56 . = ALIGN(L1_CACHE_BYTES);
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | probe.c | 44 boot_cpu_data.icache.linesz = L1_CACHE_BYTES; in cpu_probe()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | vmlinux.lds.S | 70 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | probe.c | 50 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | pci.c | 71 *csz = L1_CACHE_BYTES >> 2; /* Use the default size */ in ath5k_pci_read_cachesize() 214 csz = L1_CACHE_BYTES >> 2; in ath5k_pci_probe()
|
D | ahb.c | 32 *csz = L1_CACHE_BYTES >> 2; in ath5k_ahb_read_cachesize()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | vmlinux.lds.S | 126 RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, PAGE_SIZE)
|
D | syscall.S | 933 .align L1_CACHE_BYTES
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | rtl8187.h | 146 u8 dummy1[L1_CACHE_BYTES]; 155 u8 dummy2[L1_CACHE_BYTES];
|
/linux-4.4.14/drivers/char/ |
D | uv_mmtimer.c | 101 ret = ((uv_blade_processor_id() * L1_CACHE_BYTES) % in uv_mmtimer_ioctl()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | dma-noncoherent.c | 330 if ((start & (L1_CACHE_BYTES - 1)) || (size & (L1_CACHE_BYTES - 1))) in __dma_sync()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | probe.c | 55 boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; in cpu_probe()
|
/linux-4.4.14/net/packet/ |
D | internal.h | 99 #define ROLLOVER_HLEN (L1_CACHE_BYTES / sizeof(u32))
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 40 .balign L1_CACHE_BYTES 114 .balign L1_CACHE_BYTES
|
/linux-4.4.14/include/asm-generic/bitops/ |
D | atomic.h | 16 # define ATOMIC_HASH(a) (&(__atomic_hash[ (((unsigned long) a)/L1_CACHE_BYTES) & (ATOMIC_HASH_SIZE…
|
/linux-4.4.14/drivers/nvdimm/ |
D | btt.h | 86 u8 cacheline_padding[L1_CACHE_BYTES];
|
D | btt.c | 855 u32 idx = (premap * MAP_ENT_SIZE / L1_CACHE_BYTES) % arena->nfree; in lock_map() 863 u32 idx = (premap * MAP_ENT_SIZE / L1_CACHE_BYTES) % arena->nfree; in unlock_map()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamrng.c | 50 #define RN_BUF_SIZE (0xffff / L1_CACHE_BYTES * \ 51 L1_CACHE_BYTES)
|
/linux-4.4.14/arch/ia64/kernel/ |
D | minstate.h | 84 adds r17=2*L1_CACHE_BYTES,r1; /* really: biggest cache-line size */ \ 87 lfetch.fault.excl.nt1 [r17],L1_CACHE_BYTES; \
|
/linux-4.4.14/arch/blackfin/mach-bf561/ |
D | atomic.S | 41 r1 = -L1_CACHE_BYTES; 693 r1 = -L1_CACHE_BYTES; 917 r1 = -L1_CACHE_BYTES;
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | sleep.S | 391 .balign L1_CACHE_BYTES 394 .balign L1_CACHE_BYTES, 0
|
D | pci.c | 1006 L1_CACHE_BYTES >> 2); in pmac_pci_enable_device_hook()
|
/linux-4.4.14/lib/ |
D | atomic64.c | 33 char pad[L1_CACHE_BYTES];
|
D | btree.c | 49 #define NODESIZE MAX(L1_CACHE_BYTES, 128)
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ahb.c | 56 *csz = L1_CACHE_BYTES >> 2; in ath_ahb_read_cachesize()
|
D | pci.c | 923 csz = L1_CACHE_BYTES / sizeof(u32); in ath_pci_probe()
|
D | htc_drv_init.c | 518 *csz = L1_CACHE_BYTES >> 2; in ath_usb_read_cachesize()
|
/linux-4.4.14/drivers/dma/ |
D | mic_x100_dma.c | 417 L1_CACHE_BYTES, DMA_BIDIRECTIONAL); in mic_dma_free_status_dest() 425 ch->status_dest = kzalloc(L1_CACHE_BYTES, GFP_KERNEL); in mic_dma_alloc_status_dest() 429 L1_CACHE_BYTES, DMA_BIDIRECTIONAL); in mic_dma_alloc_status_dest()
|
/linux-4.4.14/arch/x86/kernel/ |
D | vmlinux.lds.S | 138 CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
|
D | head_32.S | 766 .align L1_CACHE_BYTES
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 137 offset = db->index * L1_CACHE_BYTES; in mlx5_alloc_db_from_pgdir()
|
/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 336 if (L1_CACHE_BYTES <= 32) in pa_memcpy_internal() 337 prefetch_src((char *)pds + L1_CACHE_BYTES); in pa_memcpy_internal()
|
/linux-4.4.14/arch/ia64/mm/ |
D | discontig.c | 123 pernodesize += node * L1_CACHE_BYTES; in compute_pernodesize() 279 pernode += node * L1_CACHE_BYTES; in fill_pernode()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | tx.c | 31 #define EFX_PIOBUF_SIZE_DEF ALIGN(256, L1_CACHE_BYTES) 180 u8 buf[L1_CACHE_BYTES]; 298 BUILD_BUG_ON(L1_CACHE_BYTES > in efx_enqueue_skb_pio() 301 ALIGN(skb->len, L1_CACHE_BYTES) >> 3); in efx_enqueue_skb_pio()
|
D | net_driver.h | 89 #define EFX_RX_BUF_ALIGNMENT L1_CACHE_BYTES
|
D | efx.c | 622 BUILD_BUG_ON(EFX_RX_USR_BUF_SIZE % L1_CACHE_BYTES); in efx_start_datapath()
|
/linux-4.4.14/drivers/ata/ |
D | pata_hpt366.c | 313 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4)); in hpt36x_init_chipset()
|
D | pata_hpt3x2n.c | 538 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4)); in hpt3x2n_init_one()
|
D | pata_hpt37x.c | 913 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4)); in hpt37x_init_one()
|
/linux-4.4.14/arch/arm/mach-ks8695/ |
D | pci.c | 111 ks8695_local_writeconfig(PCI_CACHE_LINE_SIZE, (32 << 8) | (L1_CACHE_BYTES / sizeof(u32))); in ks8695_pci_setup()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_init_chip.c | 415 ((2 * L1_CACHE_BYTES + in init_pioavailregs() 416 dd->ipath_pioavregs * sizeof(u64)) & ~L1_CACHE_BYTES)); in init_pioavailregs() 425 dd->ipath_freezelen = L1_CACHE_BYTES - sizeof(dd->ipath_statusp[0]); in init_pioavailregs()
|
/linux-4.4.14/net/core/ |
D | dev_addr_lists.c | 32 if (alloc_size < L1_CACHE_BYTES) in __hw_addr_create_ex() 33 alloc_size = L1_CACHE_BYTES; in __hw_addr_create_ex()
|
D | net-sysfs.c | 706 RPS_MAP_SIZE(cpumask_weight(mask)), L1_CACHE_BYTES), in store_rps_map()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | uv_time.c | 306 offset = (uv_blade_processor_id() * L1_CACHE_BYTES) % PAGE_SIZE; in uv_read_rtc()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | init.c | 144 bitmap = memblock_alloc_base(boot_pages << PAGE_SHIFT, L1_CACHE_BYTES, in uc32_bootmem_init()
|
/linux-4.4.14/include/linux/iio/ |
D | iio.h | 591 #define IIO_ALIGN L1_CACHE_BYTES
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | lite5200_sleep.S | 410 addi r3,r3,L1_CACHE_BYTES /* Next line, please */
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-dma.c | 768 if((size % L1_CACHE_BYTES) || ((unsigned long)addr % L1_CACHE_BYTES)) in ccio_map_single()
|
D | dino.c | 523 PCI_CACHE_LINE_SIZE, 2, 0xff00 | L1_CACHE_BYTES/4); in dino_card_fixup()
|
D | sba_iommu.c | 1716 &(sba_dev->ioc[i].res_map[L1_CACHE_BYTES]); in sba_common_init()
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 1599 nflush = (nflush + L1_CACHE_BYTES - 1) / L1_CACHE_BYTES; in cacheflush() 1605 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush() 1608 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
|
/linux-4.4.14/arch/arm/common/ |
D | bL_switcher.c | 129 stack = PTR_ALIGN(stack, L1_CACHE_BYTES); in bL_switchpoint()
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu.c | 477 first += L1_CACHE_BYTES / sizeof(*first); in flush_iopgd_range() 487 first += L1_CACHE_BYTES / sizeof(*first); in flush_iopte_range()
|
/linux-4.4.14/arch/metag/lib/ |
D | usercopy.c | 18 #define RAPF_MIN_BUF_SIZE (3*L1_CACHE_BYTES)
|
/linux-4.4.14/net/ipv4/ |
D | inet_hashtables.c | 645 nblocks = max(2U * L1_CACHE_BYTES / locksz, 1U); in inet_ehash_locks_alloc()
|
D | fib_frontend.c | 1229 size = max_t(size_t, size, L1_CACHE_BYTES); in ip_fib_net_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 224 reserved = roundup((2 * L1_CACHE_BYTES) + ATH6KL_DATA_OFFSET + in ath6kl_buf_alloc() 229 skb_reserve(skb, reserved - L1_CACHE_BYTES); in ath6kl_buf_alloc()
|
D | sdio.c | 357 size = 2 * L1_CACHE_BYTES + in ath6kl_sdio_alloc_prep_scat_req()
|
/linux-4.4.14/drivers/net/cris/ |
D | eth_v10.c | 333 RxDescList[i].skb = dev_alloc_skb(MAX_MEDIA_DATA_SIZE + 2 * L1_CACHE_BYTES); in etrax_ethernet_init() 1291 struct sk_buff *new_skb = dev_alloc_skb(MAX_MEDIA_DATA_SIZE + 2 * L1_CACHE_BYTES); in e100_rx()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 332 #if L1_CACHE_BYTES < 128 in fm10k_fetch_rx_buffer() 333 prefetch(page_addr + L1_CACHE_BYTES); in fm10k_fetch_rx_buffer()
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 904 hi->slot_size, hi->buf_size, L1_CACHE_BYTES); in cs_hsi_data_enable() 909 data_start, sizeof(*hi->mmap_cfg), L1_CACHE_BYTES); in cs_hsi_data_enable()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_init.c | 343 ((2 * L1_CACHE_BYTES + in init_pioavailregs() 344 dd->pioavregs * sizeof(u64)) & ~L1_CACHE_BYTES)); in init_pioavailregs()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 542 MLX5_DB_PER_PAGE = PAGE_SIZE / L1_CACHE_BYTES,
|
/linux-4.4.14/fs/ |
D | file.c | 139 2 * nr / BITS_PER_BYTE + BITBIT_SIZE(nr), L1_CACHE_BYTES)); in alloc_fdtable()
|
D | namespace.c | 83 unsigned long tmp = ((unsigned long)mnt / L1_CACHE_BYTES); in m_hash() 84 tmp += ((unsigned long)dentry / L1_CACHE_BYTES); in m_hash() 91 unsigned long tmp = ((unsigned long)dentry / L1_CACHE_BYTES); in mp_hash()
|
D | inode.c | 447 L1_CACHE_BYTES; in hash()
|
D | dcache.c | 110 hash += (unsigned long) parent / L1_CACHE_BYTES; in d_hash()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 384 truesize = ALIGN(size, L1_CACHE_BYTES); in hns_nic_poll_rx_skb() 400 truesize = ALIGN(size, L1_CACHE_BYTES); in hns_nic_poll_rx_skb()
|
/linux-4.4.14/kernel/ |
D | audit_tree.c | 168 unsigned long n = (unsigned long)inode / L1_CACHE_BYTES; in chunk_hash()
|
D | fork.c | 300 #define ARCH_MIN_TASKALIGN L1_CACHE_BYTES in fork_init()
|
/linux-4.4.14/drivers/ide/ |
D | hpt366.c | 920 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, (L1_CACHE_BYTES / 4)); in init_chipset_hpt366()
|
D | pmac.c | 1484 if (pmif->broken_dma && cur_addr & (L1_CACHE_BYTES - 1)) { in pmac_ide_build_dmatable()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 780 unsigned int truesize = ALIGN(size, L1_CACHE_BYTES); in ixgbevf_add_rx_frag() 860 #if L1_CACHE_BYTES < 128 in ixgbevf_fetch_rx_buffer() 861 prefetch(page_addr + L1_CACHE_BYTES); in ixgbevf_fetch_rx_buffer()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | sdma.c | 1139 dd->sdma_heads_size = L1_CACHE_BYTES * num_engines; in sdma_init() 1172 curr_head += L1_CACHE_BYTES; in sdma_init()
|
D | user_sdma.c | 399 L1_CACHE_BYTES, in hfi1_user_sdma_alloc_queues()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | iommu.c | 131 inc = L1_CACHE_BYTES; /* invalidate a cacheline of TCEs at a time */ in tce_invalidate_pSeries_sw()
|
/linux-4.4.14/drivers/md/ |
D | dm-table.c | 27 #define NODE_SIZE L1_CACHE_BYTES
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_wr.c | 1308 uint32_t clsz = L1_CACHE_BYTES; in csio_wr_fixup_host_params()
|
/linux-4.4.14/drivers/s390/virtio/ |
D | virtio_ccw.c | 125 #define VIRTIO_IV_BITS (L1_CACHE_BYTES * 8)
|
/linux-4.4.14/drivers/pcmcia/ |
D | yenta_socket.c | 1045 config_writeb(socket, PCI_CACHE_LINE_SIZE, L1_CACHE_BYTES / 4); in yenta_config_init()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv.c | 341 if (addr & (L1_CACHE_BYTES - 1)) in set_vpa() 389 if ((vpa & (L1_CACHE_BYTES - 1)) || !vpa) in do_h_register_vpa()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2311 #if L1_CACHE_BYTES < 128 in process_responses() 2312 prefetch(addr + L1_CACHE_BYTES); in process_responses()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | main.c | 630 resp.cache_line_size = L1_CACHE_BYTES; in mlx5_ib_alloc_ucontext()
|
/linux-4.4.14/drivers/media/platform/ |
D | rcar_jpu.c | 50 #define JPU_JPEG_HDR_SIZE (ALIGN(0x258, L1_CACHE_BYTES))
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 1824 size = max_t(size_t, size, L1_CACHE_BYTES); in fib6_net_init()
|
/linux-4.4.14/drivers/net/ |
D | virtio_net.c | 51 #define MERGEABLE_BUFFER_ALIGN max(L1_CACHE_BYTES, 256)
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 1120 base_offset = nfit_blk->bdw_offset + dpa % L1_CACHE_BYTES in acpi_nfit_blk_single_io()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 375 prefetch((char *)dtr + L1_CACHE_BYTES); in vxge_rx_1b_compl() 400 prefetch((char *)skb + L1_CACHE_BYTES); in vxge_rx_1b_compl()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 1900 unsigned int truesize = ALIGN(size, L1_CACHE_BYTES); in ixgbe_add_rx_frag() 1968 #if L1_CACHE_BYTES < 128 in ixgbe_fetch_rx_buffer() 1969 prefetch(page_addr + L1_CACHE_BYTES); in ixgbe_fetch_rx_buffer()
|
/linux-4.4.14/drivers/pci/ |
D | pci.c | 93 u8 pci_dfl_cache_line_size = L1_CACHE_BYTES >> 2;
|
/linux-4.4.14/mm/ |
D | shmem.c | 3006 L1_CACHE_BYTES), GFP_KERNEL); in shmem_fill_super()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 6717 #if L1_CACHE_BYTES < 128 in igb_fetch_rx_buffer() 6718 prefetch(page_addr + L1_CACHE_BYTES); in igb_fetch_rx_buffer()
|