Searched refs:PREFD (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | memcpy.S | 233 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) define 295 PREFD( 1, 0(dst) ) 299 PREFD( 1, 1*32(dst) ) 303 PREFD( 1, 2*32(dst) ) 321 PREFD( 1, 3*32(dst) ) 345 PREFD( 1, 8*32(dst) ) 444 PREFD( 1, 3*32(dst) ) 471 PREFD( 1, 9*32(dst) ) # 1 is PREF_STORE (not streamed)
|
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | memcpy.S | 233 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH) define 295 PREFD( 1, 0(dst) ) 299 PREFD( 1, 1*32(dst) ) 303 PREFD( 1, 2*32(dst) ) 321 PREFD( 1, 3*32(dst) ) 345 PREFD( 1, 8*32(dst) ) 444 PREFD( 1, 3*32(dst) ) 471 PREFD( 1, 9*32(dst) ) # 1 is PREF_STORE (not streamed)
|
Completed in 3 milliseconds