Lines Matching refs:handler
1 ; WARNING : The refill handler has been modified, see below !!!
37 ; Bus fault handler. Extracts relevant information and calls mm subsystem
39 .macro MMU_BUS_FAULT_HANDLER handler, mmu, we, ex
40 .globl \handler
41 .type \handler,"function"
42 \handler:
56 .size \handler, . - \handler
59 ; Refill handler. Three cases may occur:
82 .macro MMU_REFILL_HANDLER handler, mmu
88 .globl \handler
89 .type \handler, "function"
90 \handler:
198 .size \handler, . - \handler