Home
last modified time | relevance | path

Searched refs:fb_pgprotect (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/arch/m68k/include/asm/
Dfb.h12 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
18 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
31 #define fb_pgprotect(...) do {} while (0) macro
/Linux-v5.10/include/asm-generic/
Dfb.h6 #define fb_pgprotect(...) do {} while (0) macro
/Linux-v5.10/arch/parisc/include/asm/
Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/arm64/include/asm/
Dfb.h12 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/mips/include/asm/
Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/arc/include/asm/
Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/arm/include/asm/
Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/sh/include/asm/
Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/powerpc/include/asm/
Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/x86/include/asm/
Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/ia64/include/asm/
Dfb.h10 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/arch/sparc/include/asm/
Dfb.h10 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
/Linux-v5.10/drivers/video/fbdev/core/
Dfbmem.c1394 fb_pgprotect(file, vma, start); in fb_mmap()