···3838; to handle the fault.3939.macro MMU_BUS_FAULT_HANDLER handler, mmu, we, ex4040 .globl \handler4141+ .type \handler,"function"4142\handler:4243 SAVE_ALL4344 move \mmu, $srs ; Select MMU support register bank···5352 nop5453 ba ret_from_intr5554 nop5555+ .size \handler, . - \handler5656.endm57575858; Refill handler. Three cases may occur:···86842: .dword 0 ; last_refill_cause8785 .text8886 .globl \handler8787+ .type \handler, "function"8988\handler:9089 subq 4, $sp9190; (The pipeline stalls for one cycle; $sp used as address in the next cycle.)···199196 ; Return200197 ba ret_from_intr201198 nop199199+ .size \handler, . - \handler202200.endm203201204202 ; This is the MMU bus fault handlers.