HomeSort by: relevance | last modified time | path
    Searched defs:start_gfn (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.c 1178 unsigned long start_gfn; local in function:split_2MB_gtt_entry
1185 start_gfn = ops->get_pfn(se);
1193 start_gfn + sub_index, PAGE_SIZE, &dma_addr);
1224 unsigned long start_gfn; local in function:split_64KB_gtt_entry
1232 start_gfn = ops->get_pfn(se);
1239 start_gfn + i, PAGE_SIZE, &dma_addr);
gtt.c 1178 unsigned long start_gfn; local in function:split_2MB_gtt_entry
1185 start_gfn = ops->get_pfn(se);
1193 start_gfn + sub_index, PAGE_SIZE, &dma_addr);
1224 unsigned long start_gfn; local in function:split_64KB_gtt_entry
1232 start_gfn = ops->get_pfn(se);
1239 start_gfn + i, PAGE_SIZE, &dma_addr);
gtt.c 1178 unsigned long start_gfn; local in function:split_2MB_gtt_entry
1185 start_gfn = ops->get_pfn(se);
1193 start_gfn + sub_index, PAGE_SIZE, &dma_addr);
1224 unsigned long start_gfn; local in function:split_64KB_gtt_entry
1232 start_gfn = ops->get_pfn(se);
1239 start_gfn + i, PAGE_SIZE, &dma_addr);

Completed in 36 milliseconds