Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_64.h259 #define gup_fast_permitted gup_fast_permitted macro
260 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
/linux/mm/
H A Dgup.c3118 #ifndef gup_fast_permitted
3123 static bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
3137 !gup_fast_permitted(start, end)) in gup_fast()