Searched refs:__access_ok (Results 1 - 1 of 1) sorted by path

/include/asm-generic/
H A Duaccess.h41 #define access_ok(type, addr, size) __access_ok((unsigned long)(addr),(size))
47 #ifndef __access_ok
48 static inline int __access_ok(unsigned long addr, unsigned long size) function

Completed in 5 milliseconds