Searched refs:exception_handlers (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
D | ex-entry.S | 90 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-5.10/arch/mips/kernel/ |
D | genex.S | 41 PTR_L k0, exception_handlers(k1) 69 PTR_L k0, exception_handlers(k1)
|
D | traps.c | 2016 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/ |
D | processor.c | 25 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()
|