Searched refs:prefetch (Results 1 – 7 of 7) sorted by relevance
316 prefetch(p2); in xor_8regs_p_2()320 prefetch(p2+8); in xor_8regs_p_2()344 prefetch(p2); in xor_8regs_p_3()345 prefetch(p3); in xor_8regs_p_3()349 prefetch(p2+8); in xor_8regs_p_3()350 prefetch(p3+8); in xor_8regs_p_3()377 prefetch(p2); in xor_8regs_p_4()378 prefetch(p3); in xor_8regs_p_4()379 prefetch(p4); in xor_8regs_p_4()383 prefetch(p2+8); in xor_8regs_p_4()[all …]
39 #define prefetch(x) __builtin_prefetch(x) macro57 prefetch(cp); in prefetch_range()64 prefetch(page); in prefetch_page_address()
772 prefetch(tags->rqs[tag]); in blk_mq_tag_to_rq()
2506 prefetch(p); in net_prefetch()2508 prefetch((u8 *)p + L1_CACHE_BYTES); in net_prefetch()
514 struct drm_gpuva_op_prefetch prefetch; member
1354 TP_PROTO(struct super_block *sb, unsigned long group, bool prefetch),1356 TP_ARGS(sb, group, prefetch),1361 __field( bool, prefetch )1368 __entry->prefetch = prefetch;1373 __entry->group, __entry->prefetch)
2273 atomic64_t prefetch; member