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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dgeneric.c45 #define INTPriv(x) ((genericInt10Priv*)x->private) macro
151 INTPriv(pInt)->alloc = (pointer)xnfcalloc(1, ALLOC_ENTRIES(getpagesize()));
153 base = INTPriv(pInt)->base = xnfalloc(SYS_BIOS);
170 INTPriv(pInt)->sysMem = sysMem;
190 INTPriv(pInt)->highMemory = V_BIOS;
223 INTPriv(pInt)->highMemory = GET_HIGH_BASE(rom_device->rom_size);
240 INTPriv(pInt)->sysMem = sysMem;
302 free(INTPriv(pInt)->alloc);
317 INTPriv(pInt)->vRam = xf86MapDomainMemory(pInt->scrnIndex, VIDMEM_MMIO,
330 xf86UnMapVidMem(screen, INTPriv(pIn
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dgeneric.c81 #define INTPriv(x) ((genericInt10Priv*)x->private) macro
141 INTPriv(pInt)->alloc = (void *) xnfcalloc(1, ALLOC_ENTRIES(getpagesize()));
143 base = INTPriv(pInt)->base = xnfalloc(SYS_BIOS);
159 INTPriv(pInt)->sysMem = sysMem;
171 INTPriv(pInt)->highMemory = V_BIOS;
205 INTPriv(pInt)->highMemory = GET_HIGH_BASE(rom_device->rom_size);
222 INTPriv(pInt)->sysMem = sysMem;
280 free(INTPriv(pInt)->alloc);
296 &(INTPriv(pInt)->vRam));
306 pci_device_unmap_legacy(pInt->dev, INTPriv(pIn
[all...]

Completed in 3 milliseconds