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

/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c21 static vm_vaddr_t exception_handlers; variable
453 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM]; member in struct:handlers
465 struct handlers *handlers = (struct handlers *)exception_handlers;
489 if (handlers && handlers->exception_handlers[vector][ec])
490 return handlers->exception_handlers[vector][ec](regs);
501 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;
512 handlers->exception_handlers[vector][ec] = handler;
522 handlers->exception_handlers[vector][0] = handler;
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c17 static vm_vaddr_t exception_handlers; variable
402 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS]; member in struct:handlers
407 struct handlers *handlers = (struct handlers *)exception_handlers;
420 if (handlers && handlers->exception_handlers[vector][ec])
421 return handlers->exception_handlers[vector][ec](regs);
439 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;
447 handlers->exception_handlers[0][vector] = handler;
454 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.c24 vm_vaddr_t exception_handlers; variable
558 handler *handlers = (handler *)exception_handlers;
589 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers;

Completed in 159 milliseconds