Home
last modified time | relevance | path

Searched refs:V_BIOS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c191 if ((vMem = mmap((void *) (V_BIOS), SYS_BIOS - V_BIOS, in xf86ExtendedInitInt10()
193 MAP_SHARED | MAP_FIXED, fd, V_BIOS)) in xf86ExtendedInitInt10()
251 memset((void *) V_BIOS, 0, SYS_BIOS - V_BIOS); in xf86ExtendedInitInt10()
253 for (cs = V_BIOS; cs < SYS_BIOS; cs += V_BIOS_SIZE) in xf86ExtendedInitInt10()
283 err = pci_device_read_rom(rom_device, (unsigned char *) (V_BIOS)); in xf86ExtendedInitInt10()
290 pInt->BIOSseg = V_BIOS >> 4; in xf86ExtendedInitInt10()
325 munmap(vMem, SYS_BIOS - V_BIOS); in xf86ExtendedInitInt10()
345 munmap((void *) V_BIOS, (SYS_BIOS - V_BIOS)); in MapCurrentInt10()
377 if (mmap((void *) (V_BIOS), SYS_BIOS - V_BIOS, in MapCurrentInt10()
379 MAP_SHARED | MAP_FIXED, fd, V_BIOS) in MapCurrentInt10()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dgeneric.c96 #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()
[all …]
H A Dhelper_mem.c240 ((codeSeg << 4) < V_BIOS) || ((codeSeg << 4) >= SYS_SIZE)) in int10_check_bios()
283 if (((x) << 4) < V_BIOS) { \
299 segments[2] = V_BIOS >> 4; in xf86int10GetBiosSegment()
H A Dxf86int10.h91 #define V_BIOS 0xC0000 macro
95 #define HIGH_MEM V_BIOS