Lines Matching refs:macro
46 .macro DISABLE_MIE
53 * This macro save ABI defined caller saved registers in the stack.
59 .macro SAVE_CONTEXT
92 * This macro restore ABI defined caller saved registers from stack.
94 * - You could use this macro to restore context before you want return
98 .macro RESTORE_CONTEXT
130 * This macro store MCAUSE, MEPC, MSUBM to stack.
132 .macro SAVE_CSR_CONTEXT
144 * This macro restore MSUBM, MEPC, MCAUSE from stack.
146 .macro RESTORE_CSR_CONTEXT