Home
last modified time | relevance | path

Searched refs:exception_handlers (Results 1 – 5 of 5) sorted by relevance

/linux/arch/nds32/kernel/
A Dex-entry.S90 exception_handlers: label
112 sethi $p1, hi20(exception_handlers)
113 ori $p1, $p1, lo12(exception_handlers)
133 sethi $p1, hi20(exception_handlers)
134 ori $p1, $p1, lo12(exception_handlers)
146 sethi $p0, hi20(exception_handlers)
147 ori $p0, $p0, lo12(exception_handlers)
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dprocessor.c17 static vm_vaddr_t exception_handlers; variable
359 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM]; member
371 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception()
395 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()
396 return handlers->exception_handlers[vector][ec](regs); in route_exception()
407 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()
418 handlers->exception_handlers[vector][ec] = handler; in vm_install_sync_handler()
428 handlers->exception_handlers[vector][0] = handler; in vm_install_exception_handler()
/linux/arch/mips/kernel/
A Dgenex.S41 PTR_L k0, exception_handlers(k1)
69 PTR_L k0, exception_handlers(k1)
A Dtraps.c2005 unsigned long exception_handlers[32]; variable
2029 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Dprocessor.c20 vm_vaddr_t exception_handlers; variable
1283 handler *handlers = (handler *)exception_handlers; in route_exception()
1317 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vcpu_init_descriptor_tables()

Completed in 12 milliseconds