HomeSort by: relevance | last modified time | path
    Searched refs:VECTOR (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/amiga/amiga/
vectors.s 40 VECTOR(buserr) /* 2: bus error */
41 VECTOR(addrerr) /* 3: address error */
42 VECTOR(illinst) /* 4: illegal instruction */
43 VECTOR(zerodiv) /* 5: zero divide */
44 VECTOR(chkinst) /* 6: CHK instruction */
45 VECTOR(trapvinst) /* 7: TRAPV instruction */
46 VECTOR(privinst) /* 8: privilege violation */
47 VECTOR(trace) /* 9: trace */
48 VECTOR(illinst) /* 10: line 1010 emulator */
49 VECTOR(fpfline) /* 11: line 1111 emulator *
    [all...]
  /src/sys/arch/x68k/x68k/
vectors.s 40 VECTOR(illinst) /* 4: illegal instruction */
41 VECTOR(zerodiv) /* 5: zero divide */
42 VECTOR(chkinst) /* 6: CHK instruction */
43 VECTOR(trapvinst) /* 7: TRAPV instruction */
44 VECTOR(privinst) /* 8: privilege violation */
45 VECTOR(trace) /* 9: trace */
46 VECTOR(illinst) /* 10: line 1010 emulator */
47 VECTOR(fpfline) /* 11: line 1111 emulator */
48 VECTOR(badtrap) /* 12: unassigned, reserved */
49 VECTOR(coperr) /* 13: coprocessor protocol violation *
    [all...]
  /src/sys/arch/mac68k/mac68k/
vectors.s 35 VECTOR(badtrap) ; VECTOR(badtrap) ; \
36 VECTOR(badtrap) ; VECTOR(badtrap) ; \
37 VECTOR(badtrap) ; VECTOR(badtrap) ; \
38 VECTOR(badtrap) ; VECTOR(badtrap) ; \
39 VECTOR(badtrap) ; VECTOR(badtrap) ;
    [all...]
  /src/sys/arch/evbcf/evbcf/
vectors.S 43 VECTOR(badtrap) ; VECTOR(badtrap) ; \
44 VECTOR(badtrap) ; VECTOR(badtrap) ; \
45 VECTOR(badtrap) ; VECTOR(badtrap) ; \
46 VECTOR(badtrap) ; VECTOR(badtrap) ; \
47 VECTOR(badtrap) ; VECTOR(badtrap) ;
    [all...]
  /src/sys/arch/atari/atari/
vectors.s 39 VECTOR(buserr) | 2: bus error
40 VECTOR(addrerr) | 3: address error
41 VECTOR(illinst) | 4: illegal instruction
42 VECTOR(zerodiv) | 5: zero divide
43 VECTOR(chkinst) | 6: CHK instruction
44 VECTOR(trapvinst) | 7: TRAPV instruction
45 VECTOR(privinst) | 8: privilege violation
46 VECTOR(trace) | 9: trace
47 VECTOR(illinst) | 10: line 1010 emulator
48 VECTOR(fpfline) | 11: line 1111 emulato
    [all...]
  /src/sys/arch/next68k/stand/boot/
srt0.s 56 movel %a3@(180),%a4@(180) | copy vector for trap #13
57 movel %a3@(124),%a4@(124) | copy vector for int 7
106 VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); \
107 VECTOR(astrap); VECTOR(astrap); VECTOR(astrap); VECTOR(astrap);
    [all...]
  /src/sys/arch/luna68k/stand/boot/
locore.S 111 VECTOR(buserr) /* 2: bus error */
112 VECTOR(addrerr) /* 3: address error */
113 VECTOR(illinst) /* 4: illegal instruction */
114 VECTOR(zerodiv) /* 5: zero divide */
115 VECTOR(chkinst) /* 6: CHK instruction */
116 VECTOR(trapvinst) /* 7: TRAPV instruction */
117 VECTOR(privinst) /* 8: privilege violation */
118 VECTOR(badtrap) /* 9: trace */
119 VECTOR(illinst) /* 10: line 1010 emulator */
120 VECTOR(illinst) /* 11: line 1111 emulator *
    [all...]
  /src/sys/arch/evbmips/ingenic/
cpu_startup.S 92 * exception vector secondary CPUs take when started
95 VECTOR(ingenic_wakeup, unknown)
  /src/sys/arch/m68k/include/
asm.h 228 * Shorthand for defining vectors for the vector table.
230 #define VECTOR(x) \
  /src/sys/arch/alpha/include/
asm.h 241 * invert the vector for traceback. Also, fix up framesize,
466 * VECTOR
470 #define VECTOR(_name_, _i_mask_) \
  /src/usr.bin/config/
gram.y 189 %token VECTOR VERSION
525 | VECTOR '=' devnode_dims { $$ = nvcat(new_s("DEVNODE_VECTOR"), $3); }
  /src/sys/arch/mips/mips/
mipsX_subr.S 319 * The following code is copied to the vector locations to which
361 * Vector code for the TLB-miss exception vector 0x80000000
364 * This code is copied to the TLB exception vector address to
379 VECTOR(MIPSX(tlb_miss), unknown)
413 VECTOR(MIPSX(xtlb_miss), unknown)
420 VECTOR(MIPSX(tlb_miss), unknown)
526 * Vector code for the XTLB-miss exception vector 0x80000080 on an r4000.
528 * This code is copied to the XTLB exception vector address t
    [all...]
locore_mips1.S 95 VECTOR(MIPSX(utlb_miss), unknown)
138 VECTOR(MIPSX(exception), unknown)
  /src/sys/arch/mips/include/
asm.h 312 * VECTOR
313 * exception vector entrypoint
316 #define VECTOR(x, regmask) \
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 51 ; FFE0 FFFF IN interrupt vector
691 ; Interrupt Vector Low = E
693 ; Interrupt Vector Address = FFE0H
734 ; interrupt vector copy to internal memory
736 LD DE,VECTOR
964 ; prepare vector
966 ; set PRT1 vector
2036 ; #### interrupt vector
2039 VECTOR:
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 1282 * Bit vector of targets that have ULTRA enabled as set by
1293 * Bit vector of targets that have disconnection disabled as set by
1540 mask VECTOR 0x0f
aic7xxx_reg.h 1417 #define VECTOR 0x0f

Completed in 26 milliseconds