Searched defs:BIOSSEG (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp45 typedef struct BIOSSEG struct
53 } BIOSSEG; typedef in typeref:struct:BIOSSEG
55 typedef BIOSSEG *PBIOSSEG;
110 static BIOSSEG g_aSegs[32];
819 if (!strcmp(pSeg->szName, "BIOSSEG"))
1697 BIOSSEG Tmp = g_aSegs[i];
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm196 BIOSSEG segment 'CODE' label
197 assume cs:BIOSSEG
383 mov dx, BIOSSEG
402 SET_INT_VECTOR 06h, BIOSSEG, int06_handler
403 SET_INT_VECTOR 11h, BIOSSEG, int11_handler
404 SET_INT_VECTOR 12h, BIOSSEG, int12_handler
405 SET_INT_VECTOR 15h, BIOSSEG, int15_handler
406 SET_INT_VECTOR 17h, BIOSSEG, int17_handler
407 SET_INT_VECTOR 18h, BIOSSEG, int18_handler
408 SET_INT_VECTOR 19h, BIOSSEG, int19_handle
[all...]

Completed in 50 milliseconds