HomeSort by: relevance | last modified time | path
    Searched defs:STRAP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/hppa/
trap.S 568 #define STRAP(name,num,pre) \
651 STRAP(itlb,T_ITLBMISS,ITLBPRE) /* 6. instruction TLB miss fault */
660 STRAP(dtlb,T_DTLBMISS,DTLBPRE) /* 15. data TLB miss fault */
661 STRAP(itlbna,T_ITLBMISSNA,DTLBPRE)/* 16. ITLB non-access miss fault */
662 STRAP(dtlbna,T_DTLBMISSNA,DTLBPRE)/* 17. DTLB non-access miss fault */
666 STRAP(tlbd,T_TLB_DIRTY,DTLBPRE) /* 20. TLB dirty bit trap */
  /src/sys/arch/sparc/sparc/
locore.s 321 #define STRAP(type) VTRAP(type, slowtrap)
503 STRAP(0x8b)
504 STRAP(0x8c)
505 STRAP(0x8d)
506 STRAP(0x8e)
507 STRAP(0x8f)
508 STRAP(0x90)
509 STRAP(0x91)
510 STRAP(0x92)
511 STRAP(0x93
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 369 #define STRAP(type) VTRAP(type, slowtrap)
812 STRAP(0x102); STRAP(0x103); STRAP(0x104); STRAP(0x105); STRAP(0x106); STRAP(0x107)
816 STRAP(0x10b); STRAP(0x10c); STRAP(0x10d); STRAP(0x10e); STRAP(0x10f)
    [all...]

Completed in 40 milliseconds