Searched defs:vector (Results 1 - 25 of 116) sorted by path

12345

/arch/alpha/kernel/
H A Dcore_apecs.c393 apecs_machine_check(unsigned long vector, unsigned long la_ptr)
417 process_mcheck_info(vector, la_ptr, "APECS",
391 apecs_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_cia.c1199 cia_machine_check(unsigned long vector, unsigned long la_ptr)
1212 if (!expected && vector == 0x660)
1214 process_mcheck_info(vector, la_ptr, "CIA", expected);
1196 cia_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_lca.c392 lca_machine_check(unsigned long vector, unsigned long la_ptr)
401 printk(KERN_CRIT "LCA machine check: vector=%#lx pc=%#lx code=%#x\n",
402 vector, get_irq_regs()->pc, (unsigned int) el.c->code);
390 lca_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_mcpcia.c575 mcpcia_machine_check(unsigned long vector, unsigned long la_ptr)
610 process_mcheck_info(vector, la_ptr, "MCPCIA", expected != 0);
611 if (!expected && vector != 0x620 && vector != 0x630) {
573 mcpcia_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_polaris.c191 polaris_machine_check(unsigned long vector, unsigned long la_ptr)
201 process_mcheck_info(vector, la_ptr, "POLARIS",
190 polaris_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_t2.c557 t2_machine_check(unsigned long vector, unsigned long la_ptr)
623 process_mcheck_info(vector, la_ptr, "T2", mcheck_expected(cpu));
556 t2_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_tsunami.c471 tsunami_machine_check(unsigned long vector, unsigned long la_ptr)
481 process_mcheck_info(vector, la_ptr, "TSUNAMI",
469 tsunami_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_wildfire.c325 wildfire_machine_check(unsigned long vector, unsigned long la_ptr) argument
334 process_mcheck_info(vector, la_ptr, "WILDFIRE",
H A Derr_ev6.c234 ev6_machine_check(unsigned long vector, unsigned long la_ptr) argument
261 (vector == SCB_Q_PROCERR)?"Correctable":"Uncorrectable",
262 (unsigned int)vector, (int)smp_processor_id());
H A Derr_ev7.c120 ev7_machine_check(unsigned long vector, unsigned long la_ptr) argument
134 (vector == SCB_Q_PROCERR) ? "Correctable" : "Uncorrectable",
135 (unsigned int)vector, (int)smp_processor_id());
H A Derr_marvel.c1046 marvel_machine_check(unsigned long vector, unsigned long la_ptr) argument
1063 switch(vector) {
1081 ev7_machine_check(vector, la_ptr);
1134 (unsigned int)vector, (int)smp_processor_id());
1143 (unsigned int)vector, (int)smp_processor_id());
H A Derr_titan.c388 titan_machine_check(unsigned long vector, unsigned long la_ptr) argument
416 if ((vector != SCB_Q_SYSMCHK) && (vector != SCB_Q_SYSERR)) {
417 ev6_machine_check(vector, la_ptr);
445 (vector == SCB_Q_SYSERR)?"Correctable":"Uncorrectable",
446 (unsigned int)vector, (int)smp_processor_id());
658 * Fall through to vector 670 for processing...
676 * Fall through to vector 660 for processing...
709 privateer_machine_check(unsigned long vector, unsigned long la_ptr)
730 if (vector !
708 privateer_machine_check(unsigned long vector, unsigned long la_ptr) argument
[all...]
H A Dirq_alpha.c30 dummy_perf(unsigned long vector, struct pt_regs *regs) argument
44 do_entInt(unsigned long type, unsigned long vector, argument
74 alpha_mv.machine_check(vector, la_ptr);
79 alpha_mv.device_interrupt(vector);
87 type, vector);
127 process_mcheck_info(unsigned long vector, unsigned long la_ptr, argument
154 printk(KERN_CRIT "%s machine check: vector=0x%lx pc=0x%lx code=0x%x\n",
155 machine, vector, get_irq_regs()->pc, mchk_header->code);
213 * processed by PALcode, and comes in via entInt vector 1.
H A Dirq_i8259.c124 isa_device_interrupt(unsigned long vector) argument
128 * respond with the interrupt vector of the highest priority
130 * interrupts vectors such that irq level L generates vector L.
140 isa_no_iack_sc_device_interrupt(unsigned long vector) argument
H A Dirq_pyxis.c67 pyxis_device_interrupt(unsigned long vector) argument
84 isa_device_interrupt(vector);
H A Dirq_srm.c60 srm_device_interrupt(unsigned long vector) argument
62 int irq = (vector - 0x800) >> 4;
H A Dsys_alcor.c85 alcor_device_interrupt(unsigned long vector) argument
101 isa_device_interrupt(vector);
H A Dsys_dp264.c191 dp264_device_interrupt(unsigned long vector) argument
207 isa_device_interrupt(vector);
214 dp264_srm_device_interrupt(unsigned long vector) argument
218 irq = (vector - 0x800) >> 4;
221 * The SRM console reports PCI interrupts with a vector calculated by:
238 clipper_srm_device_interrupt(unsigned long vector) argument
242 irq = (vector - 0x800) >> 4;
245 * The SRM console reports PCI interrupts with a vector calculated by:
252 * to scale down the vector reported, we just use it.
H A Dsys_eb64p.c65 eb64p_device_interrupt(unsigned long vector) argument
82 isa_device_interrupt(vector);
H A Dsys_eiger.c78 eiger_device_interrupt(unsigned long vector) argument
110 isa_device_interrupt(vector);
115 eiger_srm_device_interrupt(unsigned long vector) argument
117 int irq = (vector - 0x800) >> 4;
H A Dsys_jensen.c37 * Jensen is special: the vector is 0x8X0 for EISA interrupt X, and
96 jensen_device_interrupt(unsigned long vector) argument
100 switch (vector) {
113 if (vector > 0x900) {
114 printk("Unknown local interrupt %lx\n", vector);
118 irq = (vector - 0x800) >> 4;
127 if (vector >= 0x900)
211 jensen_machine_check(unsigned long vector, unsigned long la) argument
H A Dsys_marvel.c42 io7_device_interrupt(unsigned long vector)
61 pid = vector >> 16;
62 irq = ((vector & 0xffff) - 0x800) >> 4;
87 irq &= MARVEL_IRQ_VEC_IRQ_MASK; /* isolate the vector */
41 io7_device_interrupt(unsigned long vector) argument
H A Dsys_miata.c35 miata_srm_device_interrupt(unsigned long vector) argument
39 irq = (vector - 0x800) >> 4;
44 * vector 0x80 *lower* than I expected from the bit numbering in
H A Dsys_mikasa.c65 mikasa_device_interrupt(unsigned long vector) argument
83 isa_device_interrupt(vector);
169 mikasa_apecs_machine_check(unsigned long vector, unsigned long la_ptr) argument
188 process_mcheck_info(vector, la_ptr, "MIKASA APECS",
H A Dsys_nautilus.c121 naut_sys_machine_check(unsigned long vector, unsigned long la_ptr, argument
132 nautilus_machine_check(unsigned long vector, unsigned long la_ptr) argument
140 if (vector == SCB_Q_SYSMCHK
167 if (vector == SCB_Q_SYSERR)
169 else if (vector == SCB_Q_SYSMCHK)
172 ev6_machine_check(vector, la_ptr);
178 vector, mchk_class);
180 naut_sys_machine_check(vector, la_ptr, get_irq_regs());

Completed in 84 milliseconds

12345