Lines Matching defs:as
7 * space for the kernel. This header file provides functions such as:
40 * <as> register containing memory size
46 * <as> preserved
49 .macro user_ok aa, as, at, error
51 bgeu \as, \at, \error
52 sub \at, \at, \as
69 * <as> register containing memory size
76 * <as> preserved
79 .macro access_ok aa, as, at, sp, error
80 user_ok \aa, \as, \at, \error