Lines Matching defs:CALL
55 * S Saved by callee (call-Safe registers)
68 #define s0 $9 /* (S) call-safe registers */
96 #define fs0 $f2 /* (S) call-safe registers */
162 * NESTED functions (functions that call other functions) should define
266 bsr ra,exception_save_regs /* jmp/CALL trashes pv/t12 */
272 * A leaf function does not call other functions AND does not
411 * CALL
414 #define CALL(_name_) \
499 CALL(printf)
507 CALL(panic)
591 * System call glue.