Searched refs:SYS_BIOS (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 119 if ((sysMem = mmap((void *)(SYS_BIOS), BIOS_SIZE, 121 MAP_SHARED | MAP_FIXED, fd, SYS_BIOS)) 176 if ((vMem = mmap((void *)(V_BIOS), SYS_BIOS - V_BIOS, 229 * Read in everything between V_BIOS and SYS_BIOS as some system BIOSes 234 memset((pointer)V_BIOS, 0, SYS_BIOS - V_BIOS); 236 for (cs = V_BIOS; cs < SYS_BIOS; cs += V_BIOS_SIZE) 310 munmap(vMem, SYS_BIOS - V_BIOS); 330 munmap((pointer)V_BIOS, (SYS_BIOS - V_BIOS)); 360 if (mmap((void *)(V_BIOS), SYS_BIOS - V_BIOS, 392 munmap((pointer)V_BIOS, (SYS_BIOS [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | helper_mem.c | 70 /* let the int vects point to the SYS_BIOS seg */ 73 MEM_WW(pInt, (i << 2) + 2, SYS_BIOS >> 4); 172 MEM_WW(pInt, (0x10 << 2) + 2, SYS_BIOS >> 4); 174 MEM_WW(pInt, (0x42 << 2) + 2, SYS_BIOS >> 4); 176 MEM_WW(pInt, (0x6D << 2) + 2, SYS_BIOS >> 4);
|
| H A D | generic.c | 153 base = INTPriv(pInt)->base = xnfalloc(SYS_BIOS); 169 BIOS_SIZE + SYS_BIOS - V_BIOS); 178 * Retrieve everything between V_BIOS and SYS_BIOS as some system BIOSes 182 memset((char *)base + V_BIOS, 0, SYS_BIOS - V_BIOS); 184 for (cs = V_BIOS; cs < SYS_BIOS; cs += V_BIOS_SIZE) 401 # define HIGH_OFFSET SYS_BIOS 402 # define HIGH_BASE SYS_BIOS
|
| H A D | xf86int10.h | 81 #define SYS_BIOS 0xF0000 macro 96 #define HIGH_MEM_SIZE (SYS_BIOS - HIGH_MEM)
|
| H A D | helper_exec.c | 121 if (MEM_RW(pInt, (num << 2) + 2) == (SYS_BIOS >> 4)) { /* SYS_BIOS_SEG ?*/
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | helper_mem.c | 71 /* let the int vects point to the SYS_BIOS seg */ 74 MEM_WW(pInt, (i << 2) + 2, SYS_BIOS >> 4); 173 MEM_WW(pInt, (0x10 << 2) + 2, SYS_BIOS >> 4); 175 MEM_WW(pInt, (0x42 << 2) + 2, SYS_BIOS >> 4); 177 MEM_WW(pInt, (0x6D << 2) + 2, SYS_BIOS >> 4);
|
| H A D | generic.c | 143 base = INTPriv(pInt)->base = xnfalloc(SYS_BIOS); 157 pci_device_map_legacy(pInt->dev, V_BIOS, BIOS_SIZE + SYS_BIOS - V_BIOS, 167 * Retrieve everything between V_BIOS and SYS_BIOS as some system BIOSes 170 memset((char *) base + V_BIOS, 0, SYS_BIOS - V_BIOS); 380 #define HIGH_OFFSET SYS_BIOS 381 #define HIGH_BASE SYS_BIOS
|
| H A D | xf86int10.h | 81 #define SYS_BIOS 0xF0000 macro 96 #define HIGH_MEM_SIZE (SYS_BIOS - HIGH_MEM)
|
| H A D | helper_exec.c | 125 if (MEM_RW(pInt, (num << 2) + 2) == (SYS_BIOS >> 4)) { /* SYS_BIOS_SEG ? */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 133 if ((sysMem = mmap((void *) (SYS_BIOS), BIOS_SIZE, 135 MAP_SHARED | MAP_FIXED, fd, SYS_BIOS)) 191 if ((vMem = mmap((void *) (V_BIOS), SYS_BIOS - V_BIOS, 246 * Read in everything between V_BIOS and SYS_BIOS as some system BIOSes 251 memset((void *) V_BIOS, 0, SYS_BIOS - V_BIOS); 253 for (cs = V_BIOS; cs < SYS_BIOS; cs += V_BIOS_SIZE) 325 munmap(vMem, SYS_BIOS - V_BIOS); 345 munmap((void *) V_BIOS, (SYS_BIOS - V_BIOS)); 377 if (mmap((void *) (V_BIOS), SYS_BIOS - V_BIOS, 410 munmap((void *) V_BIOS, (SYS_BIOS [all...] |
Completed in 8 milliseconds