Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/nds32/kernel/
H 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)
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c18 static vm_vaddr_t exception_handlers; variable
418 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM]; member
430 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception()
454 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()
455 return handlers->exception_handlers[vector][ec](regs); in route_exception()
466 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()
477 handlers->exception_handlers[vector][ec] = handler; in vm_install_sync_handler()
487 handlers->exception_handlers[vector][0] = handler; in vm_install_exception_handler()
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dtlb.c263 extern long exception_handlers[VECSIZE * 128 / sizeof(long)];
295 vec_sz = sizeof(exception_handlers); in setup_tlb_handler()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dtlb.c262 extern long exception_handlers[VECSIZE * 128 / sizeof(long)];
296 vec_sz = sizeof(exception_handlers); in setup_tlb_handler()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dtraps.c1083 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);
1087 eentry = (unsigned long)exception_handlers; in configure_exception_vector()
1088 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dtraps.c1083 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);
1087 eentry = (unsigned long)exception_handlers; in configure_exception_vector()
1088 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dgenex.S41 PTR_L k0, exception_handlers(k1)
69 PTR_L k0, exception_handlers(k1)
H A Dtraps.c2016 unsigned long exception_handlers[32]; variable
2035 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dgenex.S40 PTR_L k0, exception_handlers(k1)
68 PTR_L k0, exception_handlers(k1)
H A Dtraps.c2005 unsigned long exception_handlers[32]; variable
2035 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c25 vm_vaddr_t exception_handlers; variable
1171 handler *handlers = (handler *)exception_handlers; in route_exception()
1205 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vcpu_init_descriptor_tables()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c22 vm_vaddr_t exception_handlers; variable
1080 handler *handlers = (handler *)exception_handlers; in route_exception()
1121 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vcpu_init_descriptor_tables()

Completed in 16 milliseconds