Searched refs:codeSeg (Results 1 – 2 of 2) sorted by relevance
235 int10_check_bios(int scrnIndex, int codeSeg, const unsigned char *vbiosMem) in int10_check_bios() argument239 if ((codeSeg & 0x1f) || /* Not 512-byte aligned otherwise */ in int10_check_bios()240 ((codeSeg << 4) < V_BIOS) || ((codeSeg << 4) >= SYS_SIZE)) in int10_check_bios()248 if ((size + (codeSeg << 4)) > SYS_SIZE) in int10_check_bios()
179 Bool int10_check_bios(int scrnIndex, int codeSeg,