Searched refs:MAP_NONCACHED (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DlinuxPci.c315 # ifndef MAP_NONCACHED
316 # define MAP_NONCACHED 0x00020000 macro
322 mmapflags = MAP_SHARED | MAP_NONCACHED;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_video.c428 #ifndef MAP_NONCACHED
429 #define MAP_NONCACHED 0x00020000 macro
434 mapflags |= MAP_NONCACHED;

Completed in 3 milliseconds