Searched refs:prefetch (Results 1 – 5 of 5) sorted by relevance
301 prefetch(p2); in xor_8regs_p_2()305 prefetch(p2+8); in xor_8regs_p_2()328 prefetch(p2); in xor_8regs_p_3()329 prefetch(p3); in xor_8regs_p_3()333 prefetch(p2+8); in xor_8regs_p_3()334 prefetch(p3+8); in xor_8regs_p_3()359 prefetch(p2); in xor_8regs_p_4()360 prefetch(p3); in xor_8regs_p_4()361 prefetch(p4); in xor_8regs_p_4()365 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()
2374 prefetch(p); in net_prefetch()2376 prefetch((u8 *)p + L1_CACHE_BYTES); in net_prefetch()
1352 TP_PROTO(struct super_block *sb, unsigned long group, bool prefetch),1354 TP_ARGS(sb, group, prefetch),1359 __field( bool, prefetch )1366 __entry->prefetch = prefetch;1371 __entry->group, __entry->prefetch)
2243 atomic64_t prefetch; member