/linux-4.1.27/arch/arm/include/asm/ |
D | spinlock.h | 64 prefetchw(&lock->slock); in arch_spin_lock() 88 prefetchw(&lock->slock); in arch_spin_trylock() 145 prefetchw(&rw->lock); in arch_write_lock() 164 prefetchw(&rw->lock); in arch_write_trylock() 216 prefetchw(&rw->lock); in arch_read_lock() 237 prefetchw(&rw->lock); in arch_read_unlock() 256 prefetchw(&rw->lock); in arch_read_trylock()
|
D | atomic.h | 47 prefetchw(&v->counter); \ 66 prefetchw(&v->counter); \ 89 prefetchw(&ptr->counter); in atomic_cmpxchg() 113 prefetchw(&v->counter); in __atomic_add_unless() 261 prefetchw(&v->counter); in atomic64_set() 279 prefetchw(&v->counter); \ 299 prefetchw(&v->counter); \ 335 prefetchw(&ptr->counter); in ATOMIC64_OPS() 360 prefetchw(&ptr->counter); in atomic64_xchg() 382 prefetchw(&v->counter); in atomic64_dec_if_positive() [all …]
|
D | cmpxchg.h | 39 prefetchw((const void *)ptr); in __xchg() 143 prefetchw((const void *)ptr); in __cmpxchg() 237 prefetchw(ptr); in __cmpxchg64()
|
D | futex.h | 26 prefetchw(uaddr); \ 51 prefetchw(uaddr); in futex_atomic_cmpxchg_inatomic()
|
D | processor.h | 119 static inline void prefetchw(const void *ptr) in prefetchw() function
|
/linux-4.1.27/include/asm-generic/ |
D | xor.h | 308 prefetchw(p1); in xor_8regs_p_2() 312 prefetchw(p1+8); in xor_8regs_p_2() 335 prefetchw(p1); in xor_8regs_p_3() 340 prefetchw(p1+8); in xor_8regs_p_3() 366 prefetchw(p1); in xor_8regs_p_4() 372 prefetchw(p1+8); in xor_8regs_p_4() 400 prefetchw(p1); in xor_8regs_p_5() 407 prefetchw(p1+8); in xor_8regs_p_5() 436 prefetchw(p1); in xor_32regs_p_2() 442 prefetchw(p1+8); in xor_32regs_p_2() [all …]
|
/linux-4.1.27/include/linux/ |
D | prefetch.h | 42 #define prefetchw(x) __builtin_prefetch(x,1) macro 46 #define spin_lock_prefetch(x) prefetchw(x)
|
D | netdevice.h | 2627 prefetchw(&dev_queue->dql.num_queued); in netdev_txq_bql_enqueue_prefetchw() 2641 prefetchw(&dev_queue->dql.limit); in netdev_txq_bql_complete_prefetchw()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | processor.h | 157 static inline void prefetchw(const void *ptr) in prefetchw() function 165 prefetchw(x); in spin_lock_prefetch()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | processor_64.h | 242 static inline void prefetchw(const void *x) in prefetchw() function 253 #define spin_lock_prefetch(x) prefetchw(x)
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | prefetch.h | 35 static inline void prefetchw(const void *addr) in prefetchw() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | processor.h | 77 extern inline void prefetchw(const void *ptr) in prefetchw() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | processor.h | 167 static inline void prefetchw(const void *x) in prefetchw() function
|
/linux-4.1.27/arch/sh/include/asm/ |
D | processor_32.h | 209 static inline void prefetchw(const void *x) in prefetchw() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | processor.h | 424 static inline void prefetchw(const void *x) in prefetchw() function 432 #define spin_lock_prefetch(x) prefetchw(x)
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grufault.c | 162 prefetchw(tfm); /* Helps on hardware, required for emulator */ in get_clear_fault_map() 386 prefetchw(cbe); in gru_try_dropin() 564 prefetchw(tfh); /* Helps on hdw, required for emulator */ in gru_intr() 633 prefetchw(tfh); /* Helps on hdw, required for emulator */ in gru_user_dropin()
|
D | grumain.c | 465 prefetchw(p); in prefetch_data()
|
/linux-4.1.27/arch/m32r/lib/ |
D | usercopy.c | 26 prefetchw(to); in __generic_copy_from_user()
|
/linux-4.1.27/drivers/parisc/ |
D | iommu-helpers.h | 64 prefetchw(pdirp); in iommu_fill_pdir()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | processor.h | 693 prefetchw (const void *x) in prefetchw() function 698 #define spin_lock_prefetch(x) prefetchw(x)
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_transfer.c | 141 prefetchw((void *) cmd); /* pull in one cache line at least */ in udl_compress_hline16()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | processor.h | 394 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
|
/linux-4.1.27/arch/ia64/mm/ |
D | fault.c | 94 prefetchw(&mm->mmap_sem); in ia64_do_page_fault()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | processor.h | 819 static inline void prefetchw(const void *x) in prefetchw() function 828 prefetchw(x); in spin_lock_prefetch()
|
/linux-4.1.27/fs/ext4/ |
D | readpage.c | 164 prefetchw(&page->flags); in ext4_mpage_readpages()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | uaccess.h | 420 prefetchw(to);
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 66 prefetchw(sq); in sq_flush_range()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 588 prefetchw(pref); in get_skb_by_index() 589 prefetchw(pref + EHEA_CACHE_LINE); in get_skb_by_index() 615 prefetchw(pref); in get_skb_by_index_ll() 616 prefetchw(pref + EHEA_CACHE_LINE); in get_skb_by_index_ll() 619 prefetchw(pref); in get_skb_by_index_ll() 620 prefetchw(pref + EHEA_CACHE_LINE); in get_skb_by_index_ll()
|
/linux-4.1.27/fs/ |
D | mpage.c | 370 prefetchw(&page->flags); in mpage_readpages()
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | acenic.c | 1635 prefetchw(&ap->cur_rx_bufs); in ace_load_std_rx_ring() 1697 prefetchw(&ap->cur_mini_bufs); in ace_load_mini_rx_ring() 1926 prefetchw(&ap->cur_rx_bufs); in ace_rx_int() 1927 prefetchw(&ap->cur_mini_bufs); in ace_rx_int()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 308 prefetchw(page); in fm10k_fetch_rx_buffer() 332 prefetchw(skb->data); in fm10k_fetch_rx_buffer()
|
/linux-4.1.27/arch/x86/mm/ |
D | fault.c | 1079 prefetchw(&mm->mmap_sem); in __do_page_fault()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 290 prefetchw(&skb->users); in mlx4_en_free_tx_desc()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 393 prefetchw(buf); in s3c_hsudc_read_fifo()
|
D | pxa25x_udc.c | 528 prefetchw(buf); in read_fifo()
|
D | udc-xilinx.c | 612 prefetchw(buf); in xudc_read_fifo()
|
D | goku_udc.c | 414 prefetchw(buf); in read_fifo()
|
D | pxa27x_udc.c | 872 prefetchw(buf); in read_packet()
|
D | net2272.c | 568 prefetchw(buf); in net2272_read_fifo()
|
D | omap_udc.c | 427 prefetchw(buf); in read_fifo()
|
D | lpc32xx_udc.c | 1565 prefetchw(req->req.buf + req->req.actual); in udc_ep0_out_req()
|
D | net2280.c | 670 prefetchw(buf); in read_fifo()
|
/linux-4.1.27/drivers/usb/host/ |
D | isp1362-hcd.c | 371 prefetchw(ptd); in isp1362_read_ptd() 385 prefetchw(ep->data); in isp1362_read_ptd()
|
D | sl811-hcd.c | 525 prefetchw(buf); in done()
|
/linux-4.1.27/arch/ia64/hp/common/ |
D | sba_iommu.c | 702 prefetchw(&(ioc->pdir_base[pide])); in sba_alloc_range()
|
/linux-4.1.27/net/core/ |
D | pktgen.c | 2782 prefetchw(skb->data); in fill_packet_ipv4() 2909 prefetchw(skb->data); in fill_packet_ipv6()
|
D | skbuff.c | 221 prefetchw(skb); in __alloc_skb() 238 prefetchw(data + size); in __alloc_skb()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 853 prefetchw(page); in ixgbevf_fetch_rx_buffer() 877 prefetchw(skb->data); in ixgbevf_fetch_rx_buffer()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | udlfb.c | 442 prefetchw((void *) cmd); /* pull in one cache line at least */ in dlfb_compress_hline()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 226 prefetchw(&page->flags); in ll_dir_filler()
|
/linux-4.1.27/arch/powerpc/lib/ |
D | sstep.c | 1794 prefetchw((void *) op.ea); in emulate_step()
|
/linux-4.1.27/mm/ |
D | page_alloc.c | 862 prefetchw(p); in __free_pages_bootmem() 864 prefetchw(p + 1); in __free_pages_bootmem()
|
D | vmscan.c | 132 prefetchw(&prev->_field); \
|
D | slab.c | 3264 prefetchw(objp); in slab_alloc()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_core.c | 1028 prefetchw(skb_shinfo(skb)); in netcp_tx_map_skb()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_input.c | 3095 prefetchw(skb->next); in tcp_clean_rtx_queue() 3480 prefetchw(sk->sk_write_queue.next); in tcp_ack()
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 335 # AMD's prefetch group. Intel supports prefetchw(/1) only.
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 6696 prefetchw(page); in igb_fetch_rx_buffer() 6719 prefetchw(skb->data); in igb_fetch_rx_buffer()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 1918 prefetchw(page); in ixgbe_fetch_rx_buffer() 1945 prefetchw(skb->data); in ixgbe_fetch_rx_buffer()
|
/linux-4.1.27/fs/btrfs/ |
D | extent_io.c | 4212 prefetchw(&page->flags); in extent_readpages()
|