Searched defs:access_ok (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/tools/perf/util/include/asm/
H A Duaccess.h12 #define access_ok(type, addr, size) 1 macro
/linux-4.1.27/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.h47 struct mutex access_ok; member in struct:mmpfb_info
/linux-4.1.27/arch/um/include/asm/
H A Duaccess.h54 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/arch/sh/include/asm/
H A Duaccess.h24 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/arch/nios2/include/asm/
H A Duaccess.h62 #define access_ok(type, addr, len) \ macro
/linux-4.1.27/arch/arm64/include/asm/
H A Duaccess.h102 #define access_ok(type, addr, size) __range_ok(addr, size) macro
/linux-4.1.27/arch/avr32/include/asm/
H A Duaccess.h69 #define access_ok(type, addr, size) (likely(__range_ok(addr, size) == 0)) macro
/linux-4.1.27/arch/frv/include/asm/
H A Duaccess.h65 #define access_ok(type,addr,size) (__range_ok((void __user *)(addr), (size)) == 0) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Duaccess_mm.h17 static inline int access_ok(int type, const void __user *addr, access_ok() function
H A Duaccess_no.h16 #define access_ok(type,addr,size) _access_ok((unsigned long)(addr),(size)) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Duaccess_32.h50 #define access_ok(type, addr, size) \ macro
H A Duaccess_64.h57 static inline int access_ok(int type, const void __user * addr, unsigned long size) access_ok() function
/linux-4.1.27/arch/tile/include/asm/
H A Duaccess.h92 #define access_ok(type, addr, size) ({ \ macro
/linux-4.1.27/arch/metag/include/asm/
H A Duaccess.h51 #define access_ok(type, addr, size) __access_ok((unsigned long)(addr), \ macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Duaccess.h89 #define access_ok(type, addr, size) (__range_ok((addr), (size)) == 0) macro
93 static inline int access_ok(int type, const void __user *addr, access_ok() function
/linux-4.1.27/arch/s390/include/asm/
H A Duaccess.h62 #define access_ok(type, addr, size) __access_ok(addr, size) macro
/linux-4.1.27/arch/score/include/asm/
H A Duaccess.h56 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Duaccess.h72 #define access_ok(type, addr, size) (__range_ok((addr), (size)) == 0) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Duaccess.h65 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/arch/parisc/include/asm/
H A Duaccess.h33 static inline long access_ok(int type, const void __user * addr, access_ok() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Duaccess.h61 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Duaccess.h35 #define access_ok(type, addr, size) _access_ok((unsigned long)(addr), (size)) macro
/linux-4.1.27/arch/cris/include/asm/
H A Duaccess.h56 #define access_ok(type, addr, size) __access_ok((unsigned long)(addr), (size)) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Duaccess.h73 #define access_ok(type, addr, size) __access_ok((addr), (size), get_fs()) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Duaccess.h106 #define access_ok(type, addr, size) (likely(__range_ok(addr, size) == 0)) macro
108 static inline int access_ok(int type, const void *addr, unsigned long size) access_ok() function
/linux-4.1.27/arch/arm/include/asm/
H A Duaccess.h272 #define access_ok(type, addr, size) (__range_ok(addr, size) == 0) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Duaccess.h45 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/sound/core/seq/
H A Dseq_queue.c378 int access_ok; queue_access_lock() local
402 int access_ok; snd_seq_queue_check_access() local
/linux-4.1.27/include/asm-generic/
H A Duaccess.h41 #define access_ok(type, addr, size) __access_ok((unsigned long)(addr),(size)) macro
/linux-4.1.27/arch/x86/include/asm/
H A Duaccess.h88 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/arch/mips/include/asm/
H A Duaccess.h133 #define access_ok(type, addr, size) \ macro
/linux-4.1.27/include/video/
H A Dmmp_disp.h170 struct mutex access_ok; member in struct:mmp_overlay
241 struct mutex access_ok; member in struct:mmp_path
/linux-4.1.27/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h1419 struct mutex access_ok; member in struct:mmphw_ctrl

Completed in 992 milliseconds