Searched refs:prefetch (Results 1 – 6 of 6) 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 …]
40 #define prefetch(x) __builtin_prefetch(x) macro62 prefetch(cp); in prefetch_range()69 prefetch(page); in prefetch_page_address()
774 prefetch(tags->rqs[tag]); in blk_mq_tag_to_rq()
2455 prefetch(p); in net_prefetch()2457 prefetch((u8 *)p + L1_CACHE_BYTES); in net_prefetch()
1347 TP_PROTO(struct super_block *sb, unsigned long group, bool prefetch),1349 TP_ARGS(sb, group, prefetch),1354 __field( bool, prefetch )1361 __entry->prefetch = prefetch;1366 __entry->group, __entry->prefetch)
2262 atomic64_t prefetch; member