Home
last modified time | relevance | path

Searched refs:__user (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/
H A DWcast-to-as.c1 #define __user __attribute__((address_space(1))) macro
7 static void expl(ulong u, uintptr_t uip, void *v, obj_t *o, obj_t __user *p) in expl()
10 (obj_t __user*)(u); in expl()
13 (obj_t __user*)(uip); in expl()
16 (obj_t __user*)(v); in expl()
21 (obj_t __user*)(o); in expl()
24 (obj_t __user*)(p); in expl()
H A DWaddress-space-strict.c1 #define __user __attribute__((address_space(1))) macro
6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl()
9 (obj_t __user*)(u); in expl()
12 (obj_t __user*)(v); in expl()
17 (obj_t __user*)(o); in expl()
22 (obj_t __user*)(p); // ok in expl()
H A DWaddress-space-from.c3 #define __user __attribute__((address_space(__user))) macro
12 obj_t __user *p, obj_t __percpu *pc, in expl()
31 (obj_t __user*)(p); // OK in expl()
56 Waddress-space-from.c:29:10: warning: cast removes address space '__user' of expression
57 Waddress-space-from.c:30:10: warning: cast removes address space '__user' of expression
H A Dstruct-as.c5 #define __user __attribute__((address_space(1))) macro
11 extern int test(int __user *ip);
13 static int broken(struct hello __user *sp) in broken()
H A Das-name.c1 #define __user __attribute__((address_space(__user))) macro
5 static void foo(void __user *ptr) in foo()
15 as-name.c:7:20: got void __user *ptr
H A Dfunction-redecl.c1 #define __user __attribute__((address_space(1))) macro
13 void __user *ret_as(void) { return NULL; } /* check-should-fail */ in ret_as()
29 void arg_as(void __user *a) { } /* check-should-fail */ in arg_as()
H A DWaddress-space-all-attr.c3 #define __user __attribute__((address_space(1))) macro
13 obj_t __user *p, obj_t __percpu *pc, in expl()
29 (obj_t __user*)(p); in expl()
H A Daddress_space.c1 #define __user __attribute__((address_space(1))) macro
5 static int sys_do_stuff(void __user *user_addr) in sys_do_stuff()
H A Dtype-compare.c1 #define __user __attribute__((address_space(1))) macro
57 if ([int *] == [int __user *]) return 1; in test()
H A Dptr-inherit.c1 #define __user __attribute__((address_space(1))) macro
35 int __user o; in test_user()
/third_party/ltp/testcases/kernel/syscalls/set_robust_list/
H A Dset_robust_list01.c53 #ifndef __user
54 #define __user macro
58 struct robust_list __user *next;
64 struct robust_list __user *list_op_pending;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dlinux_wext.h29 #ifndef __user
30 #define __user macro
31 #endif /* __user */
/third_party/ltp/testcases/kdump/lib/kprobes/
H A Dkprobes.c16 int __user * parent_tidptr, int __user * child_tidptr) in jdo_fork()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_gem.c77 (void __user *)(uintptr_t)args->bin_cl, in vc4_get_bcl()
85 (void __user *)(uintptr_t)args->shader_rec, in vc4_get_bcl()
93 (void __user *)(uintptr_t)args->uniforms, in vc4_get_bcl()
/third_party/alsa-lib/include/sound/
H A Dtype_compat.h49 #ifndef __user
50 #define __user macro
/third_party/ltp/testcases/kdump/lib/crasher/
H A Dcrasher.c44 static ssize_t crasher_read(struct file *file, char __user *buf, size_t len, in crasher_read()
55 static ssize_t crasher_write(struct file *file, const char __user *buffer, in crasher_write()
/third_party/libdrm/freedreno/msm/
H A Dmsm_priv.h34 #ifndef __user
35 # define __user macro
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_priv.h36 #ifndef __user
37 #define __user macro
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Dinit.h3 #define __user macro
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Dinit.h3 #define __user macro
/third_party/alsa-lib/include/
H A Dlocal.h154 #ifndef __user
155 #define __user macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h71 #define __user macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h35 #define __user macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c418 void *argp = (void __user *)(uintptr_t)arg; in generic_epfile_handle_ioctl()

Completed in 8 milliseconds

12