Lines Matching refs:V_BIOS
96 #define GET_HIGH_BASE(x) (((V_BIOS + (x) + getpagesize() - 1)/getpagesize()) \
157 pci_device_map_legacy(pInt->dev, V_BIOS, BIOS_SIZE + SYS_BIOS - V_BIOS, in xf86ExtendedInitInt10()
170 memset((char *) base + V_BIOS, 0, SYS_BIOS - V_BIOS); in xf86ExtendedInitInt10()
171 INTPriv(pInt)->highMemory = V_BIOS; in xf86ExtendedInitInt10()
174 if (!xf86int10GetBiosSegment(pInt, (unsigned char *) sysMem - V_BIOS)) in xf86ExtendedInitInt10()
187 int bios_location = V_BIOS; in xf86ExtendedInitInt10()
211 pInt->BIOSseg = V_BIOS >> 4; in xf86ExtendedInitInt10()
229 vbiosMem = (char *) base + V_BIOS; in xf86ExtendedInitInt10()
242 int bios_location = V_BIOS; in xf86ExtendedInitInt10()
268 pInt->BIOSseg = V_BIOS >> 4; in xf86ExtendedInitInt10()
378 #define HIGH_BASE V_BIOS