Searched refs:CX (Results 1 – 25 of 29) sorted by relevance
12
77 #define CX 4 macro
133 UINT16 CX; member
58 movw $0x200, %cx # CX = 0x0200
59 mov cx, 0200h ; CX = 0x0200
60 movw $0x200, %cx # CX = 0x0200
131 # CX = Start Cluster of File
130 # CX = Start Cluster of File
127 ; CX = Start Cluster of File
146 # CX = Start Cluster of File
142 ; CX = Start Cluster of File
143 # CX = Start Cluster of File
158 # CX = Start Cluster of File
155 ; CX = Start Cluster of File
139 ; CX = Start Cluster of File
135 Regs.X.CX = (UINT16) LegacyMemorySize; in LegacyBiosGetLegacyRegion()459 Regs.X.CX = (UINT16) E820Size; in ShadowAndStartLegacy16()520 Regs.X.CX = (UINT16) TpmBinaryImageSize; in ShadowAndStartLegacy16()
694 Regs.X.CX = (UINT16) TableSize; in LegacyGetDataOrTable()938 Regs.X.CX = (UINT16) CopySize; in GenericLegacyBoot()
214 Drive->ExtendedInt13 = (BOOLEAN) ((Regs.X.CX & 0x01) == 0x01); in Int13Extensions()215 Drive->DriveLockingAndEjecting = (BOOLEAN) ((Regs.X.CX & 0x02) == 0x02); in Int13Extensions()216 Drive->Edd = (BOOLEAN) ((Regs.X.CX & 0x04) == 0x04); in Int13Extensions()217 Drive->Extensions64Bit = (BOOLEAN) (Regs.X.CX & 0x08); in Int13Extensions()
126 UINT16 CX; member
1095 UINT16 CX; member
666 InOutRegs.X.CX = 0; in LaunchBaseCode()
1155 Regs.X.CX = 0; in BiosVideoCheckForVbe()1247 Regs.X.CX = *ModeNumberPtr; in BiosVideoCheckForVbe()
1438 Regs.X.CX = 0; in BiosVideoCheckForVbe()1528 Regs.X.CX = VbeModeNumber; in BiosVideoCheckForVbe()