HomeSort by: relevance | last modified time | path
    Searched refs:npages (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/include/drm/
nouveau_drm.h 215 __u64 npages; member in struct:drm_nouveau_svm_bind
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 53 args.npages = DIV_ROUND_UP(args.va_end - args.va_start, 0x1000);
56 args.npages = 0;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
vbe.c 604 int npages = (R16(pVbe->pInt10->bx) * 64) / 4096 + 1; local
606 if ((*memory = xf86Int10AllocPages(pVbe->pInt10, npages,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
vbe.c 604 int npages = (R16(pVbe->pInt10->bx) * 64) / 4096 + 1; local
605 if ((*memory = xf86Int10AllocPages(pVbe->pInt10, npages,

Completed in 8 milliseconds