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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Darm_video.c337 xf86MapInfoMap(struct memAccess *memInfoP, pointer Base, unsigned long Size) argument
339 struct map_info *mapInfoP = &(memInfoP->memInfo);
355 if(memInfoP->regionVirtBase == NULL ||
358 if((memInfoP->regionVirtBase =
371 memInfoP->regionVirtBase +=
381 return (pointer)((int)memInfoP->regionVirtBase + (int)Base);
385 xf86MapInfoUnmap(struct memAccess *memInfoP, unsigned long Size) argument
387 struct map_info *mapInfoP = &(memInfoP->memInfo);
392 if(memInfoP->regionVirtBase != NULL)
396 munmap((caddr_t)memInfoP
409 struct memAccess *memInfoP; local in function:armMapVidMem
441 struct memAccess *memInfoP; local in function:armUnmapVidMem
[all...]

Completed in 2 milliseconds