| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | libdrm_macros.h | 43 mmap(addr, length, prot, flags, fd, offset)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | libdrm_macros.h | 43 mmap(addr, length, prot, flags, fd, offset)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ |
| H A D | arm_video.c | 86 * Check if /dev/mem can be mmap'd. If it can't print a warning when 102 base = mmap((caddr_t) 0, 4096, PROT_READ | PROT_WRITE, 113 xf86Msg(X_WARNING, "checkDevMem: failed to mmap %s (%s)\n", 179 base = (void *) mmap((caddr_t) 0, 65536, PROT_READ | PROT_WRITE, 186 xf86Msg(X_WARNING, "EnableIO: failed to mmap %s (%s)\n",
|
| H A D | ppc_video.c | 75 ioBase = mmap(NULL, 0x10000, PROT_READ | PROT_WRITE, MAP_SHARED, fd,
|
| H A D | alpha_video.c | 99 * Check if /dev/mem can be mmap'd. If it can't print a warning when 117 base = mmap((caddr_t) 0, 4096, PROT_READ | PROT_WRITE, 129 xf86Msg(X_WARNING, "checkDevMem: failed to mmap %s (%s)\n", 137 base = mmap((caddr_t) 0, 4096, PROT_READ | PROT_WRITE, 147 xf86Msg(X_WARNING, "checkDevMem: failed to mmap %s (%s)\n", 154 xf86Msg(X_WARNING, "checkDevMem: failed to open/mmap %s (%s)\n",
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | libdrm_macros.h | 71 mmap(addr, length, prot, flags, fd, offset)
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/ |
| H A D | statuspage.c | 61 hws = mmap(NULL, 4096, PROT_READ, MAP_SHARED, devmem, hws_offset);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv2nir.c | 66 const void *map = mmap(NULL, len, PROT_READ, MAP_PRIVATE, fd, 0); 69 fprintf(stderr, "Failed to mmap the file: errno=%d, %s\n",
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/os/ |
| H A D | os_mman.h | 64 mmap(addr, length, prot, flags, fd, offset)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/os/ |
| H A D | os_mman.h | 64 mmap(addr, length, prot, flags, fd, offset)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | sparc64_video.c | 69 base = mmap(0, Size, 74 FatalError("%s: could not mmap screen [s=%x,a=%x] (%s)",
|
| H A D | arm_video.c | 122 * Check if /dev/mem can be mmap'd. If it can't print a warning when 139 base = mmap((caddr_t)0, 4096, PROT_READ | PROT_WRITE, 152 xf86Msg(X_WARNING, "checkDevMem: failed to mmap %s (%s)\n", 194 base = mmap((caddr_t)0, Size, 200 FatalError("%s: could not mmap %s [s=%x,a=%x] (%s)\n", 207 /* else, mmap /dev/vga */ 213 base = mmap(0, Size, 220 FatalError("xf86MapVidMem: Could not mmap /dev/vga (%s)\n", 233 * Read BIOS via mmap()ing DEV_MEM 253 ptr = (unsigned char *)mmap((caddr_ [all...] |
| H A D | ppc_video.c | 84 base = mmap(0, Size, 90 "%s: could not mmap screen [s=%lx,a=%lx] (%s)", 160 ioBase = mmap(NULL, 0x10000, PROT_READ|PROT_WRITE, MAP_SHARED, fd,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | bios_mmap.c | 39 * Read BIOS via mmap()ing DEV_MEM 62 ptr = (unsigned char *)mmap((caddr_t)0, mlen, PROT_READ, 66 xf86Msg(X_WARNING, "xf86ReadBIOS: %s mmap failed (%s)\n", 82 * We trick "mmap" into mapping BUS memory for us via BUS_BASE, 124 base = mmap((caddr_t)0, mlen, PROT_READ, 129 xf86Msg(X_WARNING, "xf86ReadBIOS: Failed to mmap %s (%s)\n",
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_memory_fd.c | 88 mapped_ptr = mmap(NULL, header.size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); 133 ptr = mmap(NULL, alloc_size, PROT_READ | PROT_WRITE, MAP_SHARED, mem_fd, 0);
|
| /xsrc/external/mit/libxshmfence/dist/src/ |
| H A D | xshmfence_alloc.c | 128 addr = mmap (NULL, sizeof (struct xshmfence) , PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | execmem.c | 84 exec_mem = mmap(NULL, EXEC_HEAP_SIZE, PROT_EXEC | PROT_READ | PROT_WRITE,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_execmem.c | 79 exec_mem = (unsigned char *) mmap(0, EXEC_HEAP_SIZE,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | u_execmem.c | 66 * overlay a heap, we just mmap a page and manage through an index. 81 exec_mem = mmap(NULL, EXEC_MAP_SIZE, PROT_EXEC | PROT_READ | PROT_WRITE,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_execmem.c | 79 exec_mem = (unsigned char *) mmap(0, EXEC_HEAP_SIZE,
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | u_execmem.c | 66 * overlay a heap, we just mmap a page and manage through an index. 81 exec_mem = mmap(NULL, EXEC_MAP_SIZE, PROT_EXEC | PROT_READ | PROT_WRITE,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | execmem.c | 84 exec_mem = mmap(NULL, EXEC_HEAP_SIZE, PROT_EXEC | PROT_READ | PROT_WRITE,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunFbs.c | 114 if ((int)(mapaddr = (pointer) mmap (addr, 119 mapaddr = (pointer) mmap (addr,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_vid.c | 141 base = mmap(NULL, Size, prot, MAP_SHARED, fd, (off_t)Base); 145 "solMapVidMem: failed to mmap %s (0x%08lx,0x%lx) (%s)\n", 181 * Read BIOS via mmap()ing physical memory. 203 ptr = (unsigned char *)mmap(NULL, mlen, PROT_READ, 207 xf86Msg(X_WARNING, "xf86ReadBIOS: %s mmap failed [0x%08lx, 0x%04x]\n",
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunFbs.c | 112 if ((int)(mapaddr = (void *) mmap (addr, 117 mapaddr = mmap (addr,
|