Lines Matching refs:__attribute__
7 # define __user __attribute__((noderef, address_space(1)))
8 # define __kernel __attribute__((address_space(0)))
9 # define __safe __attribute__((safe))
10 # define __force __attribute__((force))
11 # define __nocast __attribute__((nocast))
12 # define __iomem __attribute__((noderef, address_space(2)))
13 # define __must_hold(x) __attribute__((context(x,1,1)))
14 # define __acquires(x) __attribute__((context(x,0,1)))
15 # define __releases(x) __attribute__((context(x,1,0)))
19 # define __percpu __attribute__((noderef, address_space(3)))
20 # define __pmem __attribute__((noderef, address_space(5)))
22 # define __rcu __attribute__((noderef, address_space(4)))
60 #define notrace __attribute__((hotpatch(0,0)))
62 #define notrace __attribute__((no_instrument_function))
116 __attribute__((__aligned__(4))) \
117 __attribute__((section("_ftrace_annotated_branch"))) \
151 __attribute__((__aligned__(4))) \
152 __attribute__((section("_ftrace_branch"))) \
413 # define __section(S) __attribute__ ((__section__(#S)))
532 # define __kprobes __attribute__((__section__(".kprobes.text")))