Lines Matching refs:error
73 * insruction on an error.
77 * through on error).
82 * fall-through macro on error
89 # error Assembly macro kernel_ok fails
100 * On error, user_ok branches to a label indicated by parameter
101 * <error>. This implies that the macro falls through to the next
112 * <error> label to branch to on error; implies fall-through
119 .macro user_ok aa, as, at, error
121 bgeu \as, \at, \error
123 bgeu \aa, \at, \error
130 * On error, access_ok branches to a label indicated by parameter
131 * <error>. This implies that the macro falls through to the next
142 * <error> label to branch to on error; implies fall-through
149 .macro access_ok aa, as, at, sp, error
151 user_ok \aa, \as, \at, \error