Searched refs:_PREF (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/lib/ |
H A D | memcpy.S | 208 # define _PREF(hint, addr, type) \ macro 229 # define _PREF(hint, addr, type) macro 232 #define PREFS(hint, addr) _PREF(hint, addr, SRC_PREFETCH) 233 #define PREFD(hint, addr) _PREF(hint, addr, DST_PREFETCH)
|