Searched refs:highMem (Results 1 – 1 of 1) sorted by relevance
52 int highMem; member204 ((linuxInt10Priv *) pInt->private)->highMem = high_mem; in xf86ExtendedInitInt10()342 if (((linuxInt10Priv *) Int10Current->private)->highMem >= 0) in MapCurrentInt10()359 if (((linuxInt10Priv *) pInt->private)->highMem >= 0) { in MapCurrentInt10()360 addr = shmat(((linuxInt10Priv *) pInt->private)->highMem, in MapCurrentInt10()407 if (((linuxInt10Priv *) pInt->private)->highMem >= 0) in xf86FreeInt10()418 if (((linuxInt10Priv *) pInt->private)->highMem >= 0) in xf86FreeInt10()419 shmctl(((linuxInt10Priv *) pInt->private)->highMem, IPC_RMID, NULL); in xf86FreeInt10()