Annotation of 43BSDReno/sys/GENERIC.alltahoe/vbglue.s, revision 1.1

1.1     ! root        1: SCBVEC(vdintr0):
        !             2:        CHECK_SFE(4)
        !             3:        SAVE_FPSTAT(4)
        !             4:        PUSHR
        !             5:        incl    _fltintrcnt+(4*0)
        !             6:        pushl   $0
        !             7:        callf   $8,_vdintr
        !             8:        incl    _cnt+V_INTR
        !             9:        POPR
        !            10:        REST_FPSTAT
        !            11:        rei
        !            12: 
        !            13: SCBVEC(vdintr1):
        !            14:        CHECK_SFE(4)
        !            15:        SAVE_FPSTAT(4)
        !            16:        PUSHR
        !            17:        incl    _fltintrcnt+(4*1)
        !            18:        pushl   $1
        !            19:        callf   $8,_vdintr
        !            20:        incl    _cnt+V_INTR
        !            21:        POPR
        !            22:        REST_FPSTAT
        !            23:        rei
        !            24: 
        !            25: SCBVEC(vdintr2):
        !            26:        CHECK_SFE(4)
        !            27:        SAVE_FPSTAT(4)
        !            28:        PUSHR
        !            29:        incl    _fltintrcnt+(4*2)
        !            30:        pushl   $2
        !            31:        callf   $8,_vdintr
        !            32:        incl    _cnt+V_INTR
        !            33:        POPR
        !            34:        REST_FPSTAT
        !            35:        rei
        !            36: 
        !            37: SCBVEC(cyintr0):
        !            38:        CHECK_SFE(4)
        !            39:        SAVE_FPSTAT(4)
        !            40:        PUSHR
        !            41:        incl    _fltintrcnt+(4*3)
        !            42:        pushl   $0
        !            43:        callf   $8,_cyintr
        !            44:        incl    _cnt+V_INTR
        !            45:        POPR
        !            46:        REST_FPSTAT
        !            47:        rei
        !            48: 
        !            49: SCBVEC(cyintr1):
        !            50:        CHECK_SFE(4)
        !            51:        SAVE_FPSTAT(4)
        !            52:        PUSHR
        !            53:        incl    _fltintrcnt+(4*4)
        !            54:        pushl   $1
        !            55:        callf   $8,_cyintr
        !            56:        incl    _cnt+V_INTR
        !            57:        POPR
        !            58:        REST_FPSTAT
        !            59:        rei
        !            60: 
        !            61: SCBVEC(vackint0):
        !            62:        CHECK_SFE(4)
        !            63:        SAVE_FPSTAT(4)
        !            64:        PUSHR
        !            65:        incl    _fltintrcnt+(4*5)
        !            66:        pushl   $0
        !            67:        callf   $8,_vackint
        !            68:        incl    _cnt+V_INTR
        !            69:        POPR
        !            70:        REST_FPSTAT
        !            71:        rei
        !            72: 
        !            73: SCBVEC(vcmdrsp0):
        !            74:        CHECK_SFE(4)
        !            75:        SAVE_FPSTAT(4)
        !            76:        PUSHR
        !            77:        incl    _fltintrcnt+(4*6)
        !            78:        pushl   $0
        !            79:        callf   $8,_vcmdrsp
        !            80:        incl    _cnt+V_INTR
        !            81:        POPR
        !            82:        REST_FPSTAT
        !            83:        rei
        !            84: 
        !            85: SCBVEC(vunsol0):
        !            86:        CHECK_SFE(4)
        !            87:        SAVE_FPSTAT(4)
        !            88:        PUSHR
        !            89:        incl    _fltintrcnt+(4*7)
        !            90:        pushl   $0
        !            91:        callf   $8,_vunsol
        !            92:        incl    _cnt+V_INTR
        !            93:        POPR
        !            94:        REST_FPSTAT
        !            95:        rei
        !            96: 
        !            97: SCBVEC(vackint1):
        !            98:        CHECK_SFE(4)
        !            99:        SAVE_FPSTAT(4)
        !           100:        PUSHR
        !           101:        incl    _fltintrcnt+(4*8)
        !           102:        pushl   $1
        !           103:        callf   $8,_vackint
        !           104:        incl    _cnt+V_INTR
        !           105:        POPR
        !           106:        REST_FPSTAT
        !           107:        rei
        !           108: 
        !           109: SCBVEC(vcmdrsp1):
        !           110:        CHECK_SFE(4)
        !           111:        SAVE_FPSTAT(4)
        !           112:        PUSHR
        !           113:        incl    _fltintrcnt+(4*9)
        !           114:        pushl   $1
        !           115:        callf   $8,_vcmdrsp
        !           116:        incl    _cnt+V_INTR
        !           117:        POPR
        !           118:        REST_FPSTAT
        !           119:        rei
        !           120: 
        !           121: SCBVEC(vunsol1):
        !           122:        CHECK_SFE(4)
        !           123:        SAVE_FPSTAT(4)
        !           124:        PUSHR
        !           125:        incl    _fltintrcnt+(4*10)
        !           126:        pushl   $1
        !           127:        callf   $8,_vunsol
        !           128:        incl    _cnt+V_INTR
        !           129:        POPR
        !           130:        REST_FPSTAT
        !           131:        rei
        !           132: 
        !           133: SCBVEC(mpintr0):
        !           134:        CHECK_SFE(4)
        !           135:        SAVE_FPSTAT(4)
        !           136:        PUSHR
        !           137:        incl    _fltintrcnt+(4*11)
        !           138:        pushl   $0
        !           139:        callf   $8,_mpintr
        !           140:        incl    _cnt+V_INTR
        !           141:        POPR
        !           142:        REST_FPSTAT
        !           143:        rei
        !           144: 
        !           145: SCBVEC(mpdlintr0):
        !           146:        CHECK_SFE(4)
        !           147:        SAVE_FPSTAT(4)
        !           148:        PUSHR
        !           149:        incl    _fltintrcnt+(4*12)
        !           150:        pushl   $0
        !           151:        callf   $8,_mpdlintr
        !           152:        incl    _cnt+V_INTR
        !           153:        POPR
        !           154:        REST_FPSTAT
        !           155:        rei
        !           156: 
        !           157: SCBVEC(mpintr1):
        !           158:        CHECK_SFE(4)
        !           159:        SAVE_FPSTAT(4)
        !           160:        PUSHR
        !           161:        incl    _fltintrcnt+(4*13)
        !           162:        pushl   $1
        !           163:        callf   $8,_mpintr
        !           164:        incl    _cnt+V_INTR
        !           165:        POPR
        !           166:        REST_FPSTAT
        !           167:        rei
        !           168: 
        !           169: SCBVEC(mpdlintr1):
        !           170:        CHECK_SFE(4)
        !           171:        SAVE_FPSTAT(4)
        !           172:        PUSHR
        !           173:        incl    _fltintrcnt+(4*14)
        !           174:        pushl   $1
        !           175:        callf   $8,_mpdlintr
        !           176:        incl    _cnt+V_INTR
        !           177:        POPR
        !           178:        REST_FPSTAT
        !           179:        rei
        !           180: 
        !           181: SCBVEC(acecint0):
        !           182:        CHECK_SFE(4)
        !           183:        SAVE_FPSTAT(4)
        !           184:        PUSHR
        !           185:        incl    _fltintrcnt+(4*15)
        !           186:        pushl   $0
        !           187:        callf   $8,_acecint
        !           188:        incl    _cnt+V_INTR
        !           189:        POPR
        !           190:        REST_FPSTAT
        !           191:        rei
        !           192: 
        !           193: SCBVEC(acerint0):
        !           194:        CHECK_SFE(4)
        !           195:        SAVE_FPSTAT(4)
        !           196:        PUSHR
        !           197:        incl    _fltintrcnt+(4*16)
        !           198:        pushl   $0
        !           199:        callf   $8,_acerint
        !           200:        incl    _cnt+V_INTR
        !           201:        POPR
        !           202:        REST_FPSTAT
        !           203:        rei
        !           204: 
        !           205: SCBVEC(acecint1):
        !           206:        CHECK_SFE(4)
        !           207:        SAVE_FPSTAT(4)
        !           208:        PUSHR
        !           209:        incl    _fltintrcnt+(4*17)
        !           210:        pushl   $1
        !           211:        callf   $8,_acecint
        !           212:        incl    _cnt+V_INTR
        !           213:        POPR
        !           214:        REST_FPSTAT
        !           215:        rei
        !           216: 
        !           217: SCBVEC(acerint1):
        !           218:        CHECK_SFE(4)
        !           219:        SAVE_FPSTAT(4)
        !           220:        PUSHR
        !           221:        incl    _fltintrcnt+(4*18)
        !           222:        pushl   $1
        !           223:        callf   $8,_acerint
        !           224:        incl    _cnt+V_INTR
        !           225:        POPR
        !           226:        REST_FPSTAT
        !           227:        rei
        !           228: 
        !           229: SCBVEC(enpintr0):
        !           230:        CHECK_SFE(4)
        !           231:        SAVE_FPSTAT(4)
        !           232:        PUSHR
        !           233:        incl    _fltintrcnt+(4*19)
        !           234:        pushl   $0
        !           235:        callf   $8,_enpintr
        !           236:        incl    _cnt+V_INTR
        !           237:        POPR
        !           238:        REST_FPSTAT
        !           239:        rei
        !           240: 
        !           241: SCBVEC(enpintr1):
        !           242:        CHECK_SFE(4)
        !           243:        SAVE_FPSTAT(4)
        !           244:        PUSHR
        !           245:        incl    _fltintrcnt+(4*20)
        !           246:        pushl   $1
        !           247:        callf   $8,_enpintr
        !           248:        incl    _cnt+V_INTR
        !           249:        POPR
        !           250:        REST_FPSTAT
        !           251:        rei
        !           252: 
        !           253: SCBVEC(drintr0):
        !           254:        CHECK_SFE(4)
        !           255:        SAVE_FPSTAT(4)
        !           256:        PUSHR
        !           257:        incl    _fltintrcnt+(4*21)
        !           258:        pushl   $0
        !           259:        callf   $8,_drintr
        !           260:        incl    _cnt+V_INTR
        !           261:        POPR
        !           262:        REST_FPSTAT
        !           263:        rei
        !           264: 
        !           265: SCBVEC(ikintr0):
        !           266:        CHECK_SFE(4)
        !           267:        SAVE_FPSTAT(4)
        !           268:        PUSHR
        !           269:        incl    _fltintrcnt+(4*22)
        !           270:        pushl   $0
        !           271:        callf   $8,_ikintr
        !           272:        incl    _cnt+V_INTR
        !           273:        POPR
        !           274:        REST_FPSTAT
        !           275:        rei
        !           276: 
        !           277: SCBVEC(hdintr0):
        !           278:        CHECK_SFE(4)
        !           279:        SAVE_FPSTAT(4)
        !           280:        PUSHR
        !           281:        incl    _fltintrcnt+(4*23)
        !           282:        pushl   $0
        !           283:        callf   $8,_hdintr
        !           284:        incl    _cnt+V_INTR
        !           285:        POPR
        !           286:        REST_FPSTAT
        !           287:        rei
        !           288: 
        !           289: SCBVEC(hdintr1):
        !           290:        CHECK_SFE(4)
        !           291:        SAVE_FPSTAT(4)
        !           292:        PUSHR
        !           293:        incl    _fltintrcnt+(4*24)
        !           294:        pushl   $1
        !           295:        callf   $8,_hdintr
        !           296:        incl    _cnt+V_INTR
        !           297:        POPR
        !           298:        REST_FPSTAT
        !           299:        rei
        !           300: 
        !           301: SCBVEC(vackint2):
        !           302:        CHECK_SFE(4)
        !           303:        SAVE_FPSTAT(4)
        !           304:        PUSHR
        !           305:        incl    _fltintrcnt+(4*25)
        !           306:        pushl   $2
        !           307:        callf   $8,_vackint
        !           308:        incl    _cnt+V_INTR
        !           309:        POPR
        !           310:        REST_FPSTAT
        !           311:        rei
        !           312: 
        !           313: SCBVEC(vcmdrsp2):
        !           314:        CHECK_SFE(4)
        !           315:        SAVE_FPSTAT(4)
        !           316:        PUSHR
        !           317:        incl    _fltintrcnt+(4*26)
        !           318:        pushl   $2
        !           319:        callf   $8,_vcmdrsp
        !           320:        incl    _cnt+V_INTR
        !           321:        POPR
        !           322:        REST_FPSTAT
        !           323:        rei
        !           324: 
        !           325: SCBVEC(vunsol2):
        !           326:        CHECK_SFE(4)
        !           327:        SAVE_FPSTAT(4)
        !           328:        PUSHR
        !           329:        incl    _fltintrcnt+(4*27)
        !           330:        pushl   $2
        !           331:        callf   $8,_vunsol
        !           332:        incl    _cnt+V_INTR
        !           333:        POPR
        !           334:        REST_FPSTAT
        !           335:        rei
        !           336: 
        !           337: SCBVEC(vackint3):
        !           338:        CHECK_SFE(4)
        !           339:        SAVE_FPSTAT(4)
        !           340:        PUSHR
        !           341:        incl    _fltintrcnt+(4*28)
        !           342:        pushl   $3
        !           343:        callf   $8,_vackint
        !           344:        incl    _cnt+V_INTR
        !           345:        POPR
        !           346:        REST_FPSTAT
        !           347:        rei
        !           348: 
        !           349: SCBVEC(vcmdrsp3):
        !           350:        CHECK_SFE(4)
        !           351:        SAVE_FPSTAT(4)
        !           352:        PUSHR
        !           353:        incl    _fltintrcnt+(4*29)
        !           354:        pushl   $3
        !           355:        callf   $8,_vcmdrsp
        !           356:        incl    _cnt+V_INTR
        !           357:        POPR
        !           358:        REST_FPSTAT
        !           359:        rei
        !           360: 
        !           361: SCBVEC(vunsol3):
        !           362:        CHECK_SFE(4)
        !           363:        SAVE_FPSTAT(4)
        !           364:        PUSHR
        !           365:        incl    _fltintrcnt+(4*30)
        !           366:        pushl   $3
        !           367:        callf   $8,_vunsol
        !           368:        incl    _cnt+V_INTR
        !           369:        POPR
        !           370:        REST_FPSTAT
        !           371:        rei
        !           372: 
        !           373: SCBVEC(exintr0):
        !           374:        CHECK_SFE(4)
        !           375:        SAVE_FPSTAT(4)
        !           376:        PUSHR
        !           377:        incl    _fltintrcnt+(4*31)
        !           378:        pushl   $0
        !           379:        callf   $8,_exintr
        !           380:        incl    _cnt+V_INTR
        !           381:        POPR
        !           382:        REST_FPSTAT
        !           383:        rei
        !           384: 
        !           385: 
        !           386:        .globl  _intrnames
        !           387: 
        !           388:        .globl  _eintrnames
        !           389:        .data
        !           390: _intrnames:
        !           391:        .asciz  "clock"
        !           392:        .asciz  "cnr"
        !           393:        .asciz  "cnx"
        !           394:        .asciz  "rmtr"
        !           395:        .asciz  "rmtx"
        !           396:        .asciz  "buserr"
        !           397:        .asciz  "vd0"
        !           398:        .asciz  "vd1"
        !           399:        .asciz  "vd2"
        !           400:        .asciz  "cy0"
        !           401:        .asciz  "cy1"
        !           402:        .asciz  "vack0"
        !           403:        .asciz  "vcmdrsp0"
        !           404:        .asciz  "vunsol0"
        !           405:        .asciz  "vack1"
        !           406:        .asciz  "vcmdrsp1"
        !           407:        .asciz  "vunsol1"
        !           408:        .asciz  "mp0"
        !           409:        .asciz  "mpdl0"
        !           410:        .asciz  "mp1"
        !           411:        .asciz  "mpdl1"
        !           412:        .asciz  "acec0"
        !           413:        .asciz  "acer0"
        !           414:        .asciz  "acec1"
        !           415:        .asciz  "acer1"
        !           416:        .asciz  "enp0"
        !           417:        .asciz  "enp1"
        !           418:        .asciz  "dr0"
        !           419:        .asciz  "ik0"
        !           420:        .asciz  "hd0"
        !           421:        .asciz  "hd1"
        !           422:        .asciz  "vack2"
        !           423:        .asciz  "vcmdrsp2"
        !           424:        .asciz  "vunsol2"
        !           425:        .asciz  "vack3"
        !           426:        .asciz  "vcmdrsp3"
        !           427:        .asciz  "vunsol3"
        !           428:        .asciz  "ex0"
        !           429: _eintrnames:
        !           430: 
        !           431:        .globl  _intrcnt
        !           432: 
        !           433:        .globl  _eintrcnt
        !           434:        .align 2
        !           435: _intrcnt:
        !           436:        .space  4 * 6
        !           437: _fltintrcnt:
        !           438:        .space  4 * 32
        !           439: _eintrcnt:
        !           440: 
        !           441:        .text

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.