Home
last modified time | relevance | path

Searched refs:set_except_vector (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c864 void *set_except_vector(int n, void *addr) in set_except_vector() function
930 set_except_vector(i, handle_reserved); in trap_init()
943 set_except_vector(23, handle_watch); in trap_init()
966 set_except_vector(1, handle_mod); in trap_init()
967 set_except_vector(2, handle_tlbl); in trap_init()
968 set_except_vector(3, handle_tlbs); in trap_init()
969 set_except_vector(4, handle_adel); in trap_init()
970 set_except_vector(5, handle_ades); in trap_init()
972 set_except_vector(6, handle_ibe); in trap_init()
973 set_except_vector(7, handle_dbe); in trap_init()
[all …]
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c777 void *set_except_vector(int n, void *addr) in set_except_vector() function
855 set_except_vector(i, handle_reserved); in trap_init()
861 set_except_vector(23, handle_watch); in trap_init()
878 set_except_vector(1, __xtlb_mod); in trap_init()
879 set_except_vector(2, __xtlb_tlbl); in trap_init()
880 set_except_vector(3, __xtlb_tlbs); in trap_init()
881 set_except_vector(4, handle_adel); in trap_init()
882 set_except_vector(5, handle_ades); in trap_init()
884 set_except_vector(6, handle_ibe); in trap_init()
885 set_except_vector(7, handle_dbe); in trap_init()
[all …]
Dcpu-probe.c284 handler = set_except_vector(12, handle_daddi_ov); in check_daddi()
308 set_except_vector(12, handler); in check_daddi()
319 handler = set_except_vector(12, handle_daddi_ov); in check_daddi()
326 set_except_vector(12, handler); in check_daddi()
/linux-2.4.37.9/arch/mips/hp-lj/
Dirq.c26 set_except_vector(0, hpIRQ); in init_IRQ()
/linux-2.4.37.9/arch/mips/pmc-sierra/big_sur/
Dirq.c51 set_except_vector(0, big_sur_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/momentum/ocelot_g/
Dirq.c65 set_except_vector(0, ocelot_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/
Dirq.c62 set_except_vector(0, pmc_stretch_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/jazz/
Dirq.c30 set_except_vector(0, jazz_handle_int); in init_IRQ()
Dsetup.c66 set_except_vector(0, jazz_handle_int); in jazz_irq_setup()
/linux-2.4.37.9/arch/mips/mips-boards/sead/
Dsead_int.c104 set_except_vector(0, mipsIRQ); in init_IRQ()
/linux-2.4.37.9/arch/mips/galileo-boards/ev96100/
Dirq.c124 set_except_vector(0, ev96100IRQ); in init_IRQ()
/linux-2.4.37.9/arch/mips/cobalt/
Dirq.c142 set_except_vector(0, cobalt_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/gt64120/ev64120/
Dirq.c120 set_except_vector(0, galileo_handle_int); in gt64120_irq_setup()
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5074/
Dirq.c149 set_except_vector(0, ddbIRQ); in ddb_irq_setup()
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5476/
Dirq.c147 set_except_vector(0, ddb5476_handle_int); in ddb5476_irq_setup()
/linux-2.4.37.9/arch/mips/gt64120/momenco_ocelot/
Dirq.c151 set_except_vector(0, ocelot_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/momentum/ocelot_c/
Dirq.c154 set_except_vector(0, ocelot_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/mips-boards/malta/
Dmalta_int.c190 set_except_vector(0, mipsIRQ); in init_IRQ()
/linux-2.4.37.9/arch/mips/mips-boards/atlas/
Datlas_int.c148 set_except_vector(0, mipsIRQ); in init_IRQ()
/linux-2.4.37.9/arch/mips/sni/
Dirq.c146 set_except_vector(0, sni_rm200_pci_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/
Dirq.c177 set_except_vector(0, jaguar_handle_int); in init_IRQ()
/linux-2.4.37.9/arch/mips/lasat/
Dinterrupt.c184 set_except_vector(0, mipsIRQ); in init_IRQ()
/linux-2.4.37.9/arch/mips/sgi-ip27/
DTODO13 For the low level handlers set up by set_except_vector(),
/linux-2.4.37.9/arch/mips/vr4181/common/
Dirq.c193 set_except_vector(0, vr4181_handle_irq); in init_IRQ()
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/
Dirq.c143 set_except_vector(0, ddb5477_handle_int); in ddb5477_irq_setup()

12