| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | Wcast-to-as.c | 1 #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 D | Waddress-space-strict.c | 1 #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 D | Waddress-space-from.c | 3 #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 D | struct-as.c | 5 #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 D | as-name.c | 1 #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 D | function-redecl.c | 1 #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 D | Waddress-space-all-attr.c | 3 #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 D | address_space.c | 1 #define __user __attribute__((address_space(1))) macro 5 static int sys_do_stuff(void __user *user_addr) in sys_do_stuff()
|
| H A D | type-compare.c | 1 #define __user __attribute__((address_space(1))) macro 57 if ([int *] == [int __user *]) return 1; in test()
|
| H A D | ptr-inherit.c | 1 #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 D | set_robust_list01.c | 53 #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 D | linux_wext.h | 29 #ifndef __user 30 #define __user macro 31 #endif /* __user */
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | linux_wext.h | 29 #ifndef __user 30 #define __user macro 31 #endif /* __user */
|
| /third_party/ltp/testcases/kdump/lib/kprobes/ |
| H A D | kprobes.c | 16 int __user * parent_tidptr, int __user * child_tidptr) in jdo_fork()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_gem.c | 77 (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 D | type_compat.h | 49 #ifndef __user 50 #define __user macro
|
| /third_party/ltp/testcases/kdump/lib/crasher/ |
| H A D | crasher.c | 44 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 D | msm_priv.h | 34 #ifndef __user 35 # define __user macro
|
| /third_party/mesa3d/src/freedreno/drm/msm/ |
| H A D | msm_priv.h | 36 #ifndef __user 37 #define __user macro
|
| /third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/ |
| H A D | init.h | 3 #define __user macro
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/ |
| H A D | init.h | 3 #define __user macro
|
| /third_party/alsa-lib/include/ |
| H A D | local.h | 154 #ifndef __user 155 #define __user macro
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kernel.h | 71 #define __user macro
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 35 #define __user macro
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_epfile.c | 418 void *argp = (void __user *)(uintptr_t)arg; in generic_epfile_handle_ioctl()
|