Home
last modified time | relevance | path

Searched refs:prefetch (Results 1 – 2 of 2) sorted by relevance

/include/asm-generic/
Dxor.h301 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 …]
/include/linux/
Dprefetch.h40 #define prefetch(x) __builtin_prefetch(x) macro
62 prefetch(cp); in prefetch_range()
69 prefetch(page); in prefetch_page_address()