Searched refs:exception_handlers (Results 1 – 9 of 9) sorted by relevance
16 static gva_t exception_handlers; variable192 handlers = (struct handlers *)exception_handlers; in route_exception()194 if (handlers && handlers->exception_handlers[vector]) in route_exception()195 return handlers->exception_handlers[vector](regs); in route_exception()214 exception_handlers = vm->handlers; in vm_init_descriptor_tables()215 sync_global_to_guest(vm, exception_handlers); in vm_init_descriptor_tables()223 handlers->exception_handlers[vector] = handler; in vm_install_exception_handler()
18 static gva_t exception_handlers; variable417 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS]; member422 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception()435 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()436 return handlers->exception_handlers[vector][ec](regs); in route_exception()454 *(gva_t *)addr_gva2hva(vm, (gva_t)(&exception_handlers)) = vm->handlers; in vm_init_vector_tables()462 handlers->exception_handlers[0][vector] = handler; in vm_install_exception_handler()469 handlers->exception_handlers[1][0] = handler; in vm_install_interrupt_handler()
22 static gva_t exception_handlers; variable493 handler_fn exception_handlers[VECTOR_NUM][ESR_ELx_EC_MAX + 1]; member505 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception()529 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()530 return handlers->exception_handlers[vector][ec](regs); in route_exception()541 *(gva_t *)addr_gva2hva(vm, (gva_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()552 handlers->exception_handlers[vector][ec] = handler; in vm_install_sync_handler()562 handlers->exception_handlers[vector][0] = handler; in vm_install_exception_handler()
192 handler_fn exception_handlers[VECTOR_NUM]; in local_irq_enable() 178 handler_fn exception_handlers[VECTOR_NUM]; global() member
1134 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);1138 eentry = (unsigned long)exception_handlers; in configure_exception_vector()1139 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
355 int vec_sz = sizeof(exception_handlers); in bt_address()
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()
24 gva_t exception_handlers; variable724 handler *handlers = (handler *)exception_handlers; in route_exception()753 *(gva_t *)addr_gva2hva(vm, (gva_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()