Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dprefetch.h18 * StoreRetained and WriteBackInvalidate but not Pref_PrepareForStore.
23 * Pref_PrepareForStore also.
26 * Pref_WriteBackInvalidate is a nop and Pref_PrepareForStore is broken in
43 #define Pref_PrepareForStore 30 macro
82 __pref Pref_PrepareForStore, \addr
/linux/arch/mips/mm/
H A Dpage.c194 * Bit 30 (Pref_PrepareForStore) has been in set_prefetch_parameters()
200 pref_dst_mode = Pref_PrepareForStore; in set_prefetch_parameters()