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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c52 int highMem; member in struct:__anonbe24f2d40108
188 ((linuxInt10Priv*)pInt->private)->highMem = high_mem;
327 if (((linuxInt10Priv*)Int10Current->private)->highMem >= 0)
343 if (((linuxInt10Priv*)pInt->private)->highMem >= 0) {
344 addr = shmat(((linuxInt10Priv*)pInt->private)->highMem,
389 if (((linuxInt10Priv*)pInt->private)->highMem >= 0)
400 if (((linuxInt10Priv*)pInt->private)->highMem >= 0)
401 shmctl(((linuxInt10Priv*)pInt->private)->highMem, IPC_RMID, NULL);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c52 int highMem; member in struct:__anon0d56a1870108
204 ((linuxInt10Priv *) pInt->private)->highMem = high_mem;
342 if (((linuxInt10Priv *) Int10Current->private)->highMem >= 0)
359 if (((linuxInt10Priv *) pInt->private)->highMem >= 0) {
360 addr = shmat(((linuxInt10Priv *) pInt->private)->highMem,
407 if (((linuxInt10Priv *) pInt->private)->highMem >= 0)
418 if (((linuxInt10Priv *) pInt->private)->highMem >= 0)
419 shmctl(((linuxInt10Priv *) pInt->private)->highMem, IPC_RMID, NULL);

Completed in 4 milliseconds