Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c52 int highMem; member
204 ((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()