Searched refs:exception_handlers (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c19 static vm_vaddr_t exception_handlers; variable
451 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM]; member in struct:handlers
463 struct handlers *handlers = (struct handlers *)exception_handlers;
487 if (handlers && handlers->exception_handlers[vector][ec])
488 return handlers->exception_handlers[vector][ec](regs);
499 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;
510 handlers->exception_handlers[vector][ec] = handler;
520 handlers->exception_handlers[vector][0] = handler;
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c16 static vm_vaddr_t exception_handlers; variable
401 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS]; member in struct:handlers
406 struct handlers *handlers = (struct handlers *)exception_handlers;
419 if (handlers && handlers->exception_handlers[vector][ec])
420 return handlers->exception_handlers[vector][ec](regs);
438 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;
446 handlers->exception_handlers[0][vector] = handler;
453 handlers->exception_handlers[1][0] = handler;
/linux-master/arch/loongarch/mm/
H A Dtlb.c263 extern long exception_handlers[VECSIZE * 128 / sizeof(long)];
293 vec_sz = sizeof(exception_handlers);
/linux-master/arch/mips/kernel/
H A Dgenex.S40 PTR_L k0, exception_handlers(k1)
68 PTR_L k0, exception_handlers(k1)
H A Dtraps.c2006 unsigned long exception_handlers[32]; variable
2036 old_handler = xchg(&exception_handlers[n], handler);
/linux-master/arch/loongarch/kernel/
H A Dtraps.c1109 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);
1113 eentry = (unsigned long)exception_handlers;
1114 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE;
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c23 vm_vaddr_t exception_handlers; variable
1126 handler *handlers = (handler *)exception_handlers;
1167 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;

Completed in 429 milliseconds