Home
last modified time | relevance | path

Searched refs:Pref_Load (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dprefetch.h8 #define Pref_Load 0 macro
20 __pref Pref_Load, \addr
/linux/arch/mips/include/asm/
H A Dprefetch.h22 * RM7000 version 1.0 interprets all hints as Pref_Load; version 2.0 implements
34 #define Pref_Load 0 macro
54 __pref Pref_Load, \addr
/linux/arch/mips/mm/
H A Dpage.c140 /* These processors only support the Pref_Load. */ in set_prefetch_parameters()
170 pref_src_mode = Pref_Load; in set_prefetch_parameters()
179 /* Loongson-3 only support the Pref_Load/Pref_Store. */ in set_prefetch_parameters()
183 pref_src_mode = Pref_Load; in set_prefetch_parameters()