Home
last modified time | relevance | path

Searched refs:SYS_BIOS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c133 if ((sysMem = mmap((void *) (SYS_BIOS), BIOS_SIZE, in xf86ExtendedInitInt10()
135 MAP_SHARED | MAP_FIXED, fd, SYS_BIOS)) in xf86ExtendedInitInt10()
191 if ((vMem = mmap((void *) (V_BIOS), SYS_BIOS - 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()
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()
410 munmap((void *) V_BIOS, (SYS_BIOS - V_BIOS)); in xf86FreeInt10()
511 else if (addr < SYS_BIOS) { in xf86int10Addr()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_mem.c74 MEM_WW(pInt, (i << 2) + 2, SYS_BIOS >> 4); in setup_int_vect()
173 MEM_WW(pInt, (0x10 << 2) + 2, SYS_BIOS >> 4); in reset_int_vect()
175 MEM_WW(pInt, (0x42 << 2) + 2, SYS_BIOS >> 4); in reset_int_vect()
177 MEM_WW(pInt, (0x6D << 2) + 2, SYS_BIOS >> 4); in reset_int_vect()
H A Dgeneric.c143 base = INTPriv(pInt)->base = xnfalloc(SYS_BIOS); in xf86ExtendedInitInt10()
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()
380 #define HIGH_OFFSET SYS_BIOS
381 #define HIGH_BASE SYS_BIOS
H A Dxf86int10.h81 #define SYS_BIOS 0xF0000 macro
96 #define HIGH_MEM_SIZE (SYS_BIOS - HIGH_MEM)
H A DINT10.HOWTO168 mapped into memory locations SYS_BIOS to SYS_SIZE-1 of the real mode
175 corresponding to SYS_BIOS in the real mode environment. If a PC-like
H A Dhelper_exec.c125 if (MEM_RW(pInt, (num << 2) + 2) == (SYS_BIOS >> 4)) { /* SYS_BIOS_SEG ? */ in run_bios_int()