Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dstub.c41 xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off) in xf86Int10AllocPages() function
H A Dhelper_mem.c192 xf86Int10AllocPages(pInt, 1, &pInt->stackseg); in set_return_trap()
H A Dxf86int10.h68 extern _X_EXPORT void *xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num,
H A DINT10.HOWTO34 void * xf86Int10AllocPages(xf86Int10InfoPtr pInt,int num, int *off);
244 void * xf86Int10AllocPages(xf86Int10InfoPtr pInt,int num, int *off)
247 xf86Int10AllocPages() should allocate 'num' consecutive page-size
H A Dgeneric.c336 xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off) in xf86Int10AllocPages() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.c75 page = xf86Int10AllocPages(pInt, 1, &RealOff); in VBEExtendedInit()
606 if ((*memory = xf86Int10AllocPages(pVbe->pInt10, npages, in VBESaveRestore()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c426 xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off) in xf86Int10AllocPages() function