Searched refs:PREFS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | memcpy.S | 232 #define PREFS(hint, addr) _PREF(hint, addr, SRC_PREFETCH) define 294 PREFS( 0, 0(src) ) 298 PREFS( 0, 1*32(src) ) 302 PREFS( 0, 2*32(src) ) 320 PREFS( 0, 3*32(src) ) 344 PREFS( 0, 8*32(src) ) 441 PREFS( 0, 3*32(src) ) 462 PREFS( 0, 9*32(src) ) # 0 is PREF_LOAD (not streamed)
|
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | memcpy.S | 232 #define PREFS(hint, addr) _PREF(hint, addr, SRC_PREFETCH) define 294 PREFS( 0, 0(src) ) 298 PREFS( 0, 1*32(src) ) 302 PREFS( 0, 2*32(src) ) 320 PREFS( 0, 3*32(src) ) 344 PREFS( 0, 8*32(src) ) 441 PREFS( 0, 3*32(src) ) 462 PREFS( 0, 9*32(src) ) # 0 is PREF_LOAD (not streamed)
|
Completed in 3 milliseconds