Searched refs:obj_t (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | Waddress-space-from.c | 9 typedef struct s obj_t; typedef 11 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl() 12 obj_t __user *p, obj_t __percpu *pc, in expl() 13 obj_t __rcu *r) in expl() 18 (obj_t*)(k); // OK in expl() 19 (obj_t __kernel*)(k); // OK in expl() 24 (obj_t*)(o); in expl() 25 (obj_t __iome in expl() [all...] |
H A D | Waddress-space-all-attr.c | 10 typedef struct s obj_t; typedef 12 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl() 13 obj_t __user *p, obj_t __percpu *pc, in expl() 14 obj_t __rcu *r) in expl() 18 (obj_t*)(k); in expl() 19 (obj_t __kernel*)(k); in expl() 23 (obj_t*)(o); in expl() 24 (obj_t __iome in expl() [all...] |
H A D | Wcast-to-as.c | 5 typedef struct s obj_t; typedef 7 static void expl(ulong u, uintptr_t uip, void *v, obj_t *o, obj_t __user *p) in expl() 9 (obj_t*)(u); in expl() 10 (obj_t __user*)(u); in expl() 12 (obj_t*)(uip); in expl() 13 (obj_t __user*)(uip); in expl() 15 (obj_t*)(v); in expl() 16 (obj_t __user*)(v); in expl() 20 (obj_t*)( in expl() [all...] |
H A D | Waddress-space-strict.c | 4 typedef struct s obj_t; typedef 6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl() 8 (obj_t*)(u); in expl() 9 (obj_t __user*)(u); in expl() 11 (obj_t*)(v); in expl() 12 (obj_t __user*)(v); in expl() 16 (obj_t*)(o); in expl() 17 (obj_t __user*)(o); in expl() 21 (obj_t*)( in expl() [all...] |
H A D | packed-deref0.c | 7 } __packed obj_t; typedef 9 _Static_assert(sizeof(obj_t) == 7, "sizeof packed struct"); 11 static void foo(obj_t *ptr, int val) in foo() 16 static void bar(obj_t o) in bar()
|
Completed in 1 milliseconds