Home
last modified time | relevance | path

Searched defs:gup_fast_permitted (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_64.h262 #define gup_fast_permitted gup_fast_permitted macro
263 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h760 #define gup_fast_permitted(start, end) (!cpu_has_dc_aliases) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1490 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
1494 #define gup_fast_permitted gup_fast_permitted macro
/openbmc/linux/mm/
H A Dgup.c3126 static bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function