Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable_64.h261 #define gup_fast_permitted gup_fast_permitted macro
262 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dpgtable_64.h261 #define gup_fast_permitted gup_fast_permitted macro
262 static inline bool gup_fast_permitted(unsigned long start, int nr_pages, in gup_fast_permitted() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable.h735 #define gup_fast_permitted(start, end) (!cpu_has_dc_aliases) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h1344 static inline bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function
1348 #define gup_fast_permitted gup_fast_permitted macro
/kernel/linux/linux-4.19/mm/
Dgup.c1792 bool gup_fast_permitted(unsigned long start, int nr_pages, int write) in gup_fast_permitted() function
/kernel/linux/linux-5.10/mm/
Dgup.c2634 static bool gup_fast_permitted(unsigned long start, unsigned long end) in gup_fast_permitted() function