Searched refs:gup_fast_permitted (Results 1 – 4 of 4) sorted by relevance
261 #define gup_fast_permitted gup_fast_permitted macro262 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
1325 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function1329 #define gup_fast_permitted gup_fast_permitted macro
2646 #ifndef gup_fast_permitted2651 static bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function2720 if (IS_ENABLED(CONFIG_HAVE_FAST_GUP) && gup_fast_permitted(start, end)) { in internal_get_user_pages_fast()
735 #define gup_fast_permitted(start, end) (!cpu_has_dc_aliases) macro