Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/lib/aarch64/
Dprocessor.c17 static vm_vaddr_t exception_handlers; variable
386 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM]; member
398 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception()
422 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()
423 return handlers->exception_handlers[vector][ec](regs); in route_exception()
434 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()
445 handlers->exception_handlers[vector][ec] = handler; in vm_install_sync_handler()
455 handlers->exception_handlers[vector][0] = handler; in vm_install_exception_handler()
/Linux-v6.1/arch/loongarch/mm/
Dtlb.c256 extern long exception_handlers[VECSIZE * 128 / sizeof(long)];
279 const int vec_sz = sizeof(exception_handlers); in setup_tlb_handler()
/Linux-v6.1/arch/loongarch/kernel/
Dtraps.c652 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);
656 eentry = (unsigned long)exception_handlers; in configure_exception_vector()
657 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
/Linux-v6.1/arch/mips/kernel/
Dgenex.S40 PTR_L k0, exception_handlers(k1)
68 PTR_L k0, exception_handlers(k1)
Dtraps.c2005 unsigned long exception_handlers[32]; variable
2029 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()
/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c21 vm_vaddr_t exception_handlers; variable
1117 handler *handlers = (handler *)exception_handlers; in route_exception()
1155 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vcpu_init_descriptor_tables()