Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpgtable.h1552 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
1556 #define gup_fast_permitted gup_fast_permitted macro
/linux/arch/mips/include/asm/
H A Dpgtable.h751 #define gup_fast_permitted(start, end) (!cpu_has_dc_aliases) macro
/linux/mm/
H A Dgup.c3129 #ifndef gup_fast_permitted
3134 static bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
3148 !gup_fast_permitted(start, end)) in gup_fast()