Searched refs:vector (Results 1 - 25 of 498) sorted by path

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c395 apecs_machine_check(unsigned long vector, unsigned long la_ptr)
419 process_mcheck_info(vector, la_ptr, "APECS",
393 apecs_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_lca.c394 lca_machine_check(unsigned long vector, unsigned long la_ptr)
403 printk(KERN_CRIT "LCA machine check: vector=%#lx pc=%#lx code=%#x\n",
404 vector, get_irq_regs()->pc, (unsigned int) el.c->code);
392 lca_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_mcpcia.c578 mcpcia_machine_check(unsigned long vector, unsigned long la_ptr)
613 process_mcheck_info(vector, la_ptr, "MCPCIA", expected != 0);
614 if (!expected && vector != 0x620 && vector != 0x630) {
576 mcpcia_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_polaris.c192 polaris_machine_check(unsigned long vector, unsigned long la_ptr)
202 process_mcheck_info(vector, la_ptr, "POLARIS",
191 polaris_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_t2.c558 t2_machine_check(unsigned long vector, unsigned long la_ptr)
624 process_mcheck_info(vector, la_ptr, "T2", mcheck_expected(cpu));
557 t2_machine_check(unsigned long vector, unsigned long la_ptr) argument
H A Dcore_tsunami.c474 tsunami_machine_check(unsigned long vector, unsigned long la_ptr)
484 process_mcheck_info(vector, la_ptr, "TSUNAMI",
472 tsunami_machine_check(unsigned long vector, unsigned long la_ptr) argument
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.c121 ev7_machine_check(unsigned long vector, unsigned long la_ptr) argument
135 (vector == SCB_Q_PROCERR) ? "Correctable" : "Uncorrectable",
136 (unsigned int)vector, (int)smp_processor_id());
H A Derr_marvel.c1047 marvel_machine_check(unsigned long vector, unsigned long la_ptr) argument
1064 switch(vector) {
1082 ev7_machine_check(vector, la_ptr);
1135 (unsigned int)vector, (int)smp_processor_id());
1144 (unsigned int)vector, (int)smp_processor_id());
H A Derr_titan.c389 titan_machine_check(unsigned long vector, unsigned long la_ptr) argument
417 if ((vector != SCB_Q_SYSMCHK) && (vector != SCB_Q_SYSERR)) {
418 ev6_machine_check(vector, la_ptr);
446 (vector == SCB_Q_SYSERR)?"Correctable":"Uncorrectable",
447 (unsigned int)vector, (int)smp_processor_id());
659 * Fall through to vector 670 for processing...
677 * Fall through to vector 660 for processing...
710 privateer_machine_check(unsigned long vector, unsigned long la_ptr)
731 if (vector !
709 privateer_machine_check(unsigned long vector, unsigned long la_ptr) argument
[all...]
H A Dirq_srm.c61 srm_device_interrupt(unsigned long vector) argument
63 int irq = (vector - 0x800) >> 4;
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c125 * @vector: The error vector of the exception that happened.
141 int kgdb_arch_handle_exception(int vector, int signo, int err_code, argument
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h215 .set EXC_VEC,10 | exception frame vector (format+vector#)
H A Dgen_except.S127 | idle fsave vector to the unimp vector.
395 | that needs to be done is to change the vector# to TRACE.
H A Dget_op.S7 | type exception handler ('unsupp' - vector 55) and the unimplemented
8 | instruction exception handler ('unimp' - vector 11). 'get_op'
13 | For UNSUPPORTED data/format (exception vector 55) and for
14 | UNIMPLEMENTED instructions (exception vector 11) the following
27 | For UNSUPPORTED data/format (exception vector 55) only the
H A Dres_func.S8 | (Exception vector 55).
H A Dx_fline.S34 | check for unimplemented vector first. Use EXC_VEC-4 because
88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
H A Dx_unimp.S8 | op-code that hardware does not support. Trap vector# 11
H A Dx_unsupp.S6 | Trap vector #55 (See table 8-1 Mc68030 User's manual).
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
221 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
247 | system handler for the trap exception vector number 7.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S280 set EXC_VOFF, 0xa # stacked vector offset
514 set BSUN_VEC, 0xc0 # bsun vector offset
515 set INEX_VEC, 0xc4 # inexact vector offset
516 set DZ_VEC, 0xc8 # dz vector offset
517 set UNFL_VEC, 0xcc # unfl vector offset
518 set OPERR_VEC, 0xd0 # operr vector offset
519 set OVFL_VEC, 0xd4 # ovfl vector offset
520 set SNAN_VEC, 0xd8 # snan vector offset
H A Dfpsp.S300 set EXC_VOFF, 0xa # stacked vector offset
534 set BSUN_VEC, 0xc0 # bsun vector offset
535 set INEX_VEC, 0xc4 # inexact vector offset
536 set DZ_VEC, 0xc8 # dz vector offset
537 set UNFL_VEC, 0xcc # unfl vector offset
538 set OPERR_VEC, 0xd0 # operr vector offset
539 set OVFL_VEC, 0xd4 # ovfl vector offset
540 set SNAN_VEC, 0xd8 # snan vector offset
762 mov.b &0xc4,1+EXC_VOFF(%a6) # vector offset = 0xc4
1036 mov.b &0xc4,1+EXC_VOFF(%a6) # vector offse
[all...]
H A Dpfpsp.S299 set EXC_VOFF, 0xa # stacked vector offset
533 set BSUN_VEC, 0xc0 # bsun vector offset
534 set INEX_VEC, 0xc4 # inexact vector offset
535 set DZ_VEC, 0xc8 # dz vector offset
536 set UNFL_VEC, 0xcc # unfl vector offset
537 set OPERR_VEC, 0xd0 # operr vector offset
538 set OVFL_VEC, 0xd4 # ovfl vector offset
539 set SNAN_VEC, 0xd8 # snan vector offset
761 mov.b &0xc4,1+EXC_VOFF(%a6) # vector offset = 0xc4
1035 mov.b &0xc4,1+EXC_VOFF(%a6) # vector offse
[all...]
/linux-master/arch/m68k/include/asm/
H A Dopenprom.h186 /* The top level PROM vector. */
299 int vector; /* This is foobar, what does it do? */ member in struct:linux_prom_irqs
302 /* Element of the "ranges" vector */
/linux-master/arch/mips/cavium-octeon/executive/
H A DMakefile19 obj-y += cvmx-helper-errata.o cvmx-helper-jtag.o cvmx-boot-vector.o

Completed in 260 milliseconds

1234567891011>>