Searched refs:exception_handlers (Results 1 – 6 of 6) sorted by relevance
21 static vm_vaddr_t exception_handlers; variable461 handler_fn exception_handlers[VECTOR_NUM][ESR_ELx_EC_MAX + 1]; member473 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception()497 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()498 return handlers->exception_handlers[vector][ec](regs); in route_exception()509 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()520 handlers->exception_handlers[vector][ec] = handler; in vm_install_sync_handler()530 handlers->exception_handlers[vector][0] = handler; in vm_install_exception_handler()
263 extern long exception_handlers[VECSIZE * 128 / sizeof(long)];293 vec_sz = sizeof(exception_handlers); in setup_tlb_handler()
1126 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);1130 eentry = (unsigned long)exception_handlers; in configure_exception_vector()1131 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
40 PTR_L k0, exception_handlers(k1)68 PTR_L k0, exception_handlers(k1)
2007 unsigned long exception_handlers[32]; variable2037 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()
20 vm_vaddr_t exception_handlers; variable571 handler *handlers = (handler *)exception_handlers; in route_exception()600 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()