Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/include/asm/
H A Duaccess.h87 #define put_user(KERNEL_RVAL, USER_PTR) ({ \ argument
88 const typeof(*(USER_PTR)) __put_user_tmp = (KERNEL_RVAL); \
98 #define unsafe_put_user(KERNEL_RVAL, USER_PTR, LABEL) do { \ argument
99 if (__put_user(KERNEL_RVAL, USER_PTR)) \