Searched refs:fb_pgprotect (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
D | fb.h | 9 void fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off); 10 #define fb_pgprotect fb_pgprotect macro
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | fb.h | 9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function 16 #define fb_pgprotect fb_pgprotect macro
|
/Linux-v6.6/arch/m68k/include/asm/ |
D | fb.h | 10 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function 27 #define fb_pgprotect fb_pgprotect macro
|
/Linux-v6.6/arch/mips/include/asm/ |
D | fb.h | 8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function 13 #define fb_pgprotect fb_pgprotect macro
|
/Linux-v6.6/include/asm-generic/ |
D | fb.h | 17 #ifndef fb_pgprotect 18 #define fb_pgprotect fb_pgprotect macro 19 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | fb.h | 12 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function 15 #define fb_pgprotect fb_pgprotect macro
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | fb.h | 13 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() function 21 #define fb_pgprotect fb_pgprotect macro
|
/Linux-v6.6/arch/x86/video/ |
D | fbdev.c | 16 void fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) in fb_pgprotect() function 25 EXPORT_SYMBOL(fb_pgprotect);
|
/Linux-v6.6/drivers/video/fbdev/core/ |
D | fb_chrdev.c | 368 fb_pgprotect(file, vma, start); in fb_mmap()
|