HomeSort by relevance Sort by last modified time
    Searched refs:physmem (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 61 Uint8 *physmem; member in struct:SDL_PrivateVideoData
SDL_wsconsvideo.c 284 private->physmem = (Uint8 *)mmap(NULL, mapsize,
287 if (private->physmem == (Uint8 *)MAP_FAILED) {
288 private->physmem = NULL;
315 private->fbstart = private->physmem;
559 dst_start = private->physmem + scr_y1 * private->physlinebytes +

Completed in 49 milliseconds