Lines Matching full:macro
43 .macro get_fs ad, sp
63 .macro set_fs at, av, sp
70 * See the equivalent C-macro version below for clarity.
72 * <success>. This implies that the macro falls through to the next
75 * Note that while this macro can be used independently, we designed
76 * in for optimal use in the access_ok macro below (i.e., we fall
82 * fall-through macro on error
89 # error Assembly macro kernel_ok fails
91 .macro kernel_ok at, sp, success
98 * See the equivalent C-macro version below for clarity.
101 * <error>. This implies that the macro falls through to the next
104 * Note that while this macro can be used independently, we designed
105 * in for optimal use in the access_ok macro below (i.e., we fall
113 * macro on success
119 .macro user_ok aa, as, at, error
128 * equivalent C-macro version below for clarity.
131 * <error>. This implies that the macro falls through to the next
143 * macro on success
149 .macro access_ok aa, as, at, sp, error