Lines Matching defs:as
7 * space for the kernel. This header file provides functions such as:
110 * <as> register containing memory size
116 * <as> preserved
119 .macro user_ok aa, as, at, error
121 bgeu \as, \at, \error
122 sub \at, \at, \as
139 * <as> register containing memory size
146 * <as> preserved
149 .macro access_ok aa, as, at, sp, error
151 user_ok \aa, \as, \at, \error