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

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c1873 int reloc_base = (reloc.offset & ~(PAGE_SIZE-1)); local
1875 reloc_entry = (uint32_t *)(uintptr_t)(obj_priv->page_list[reloc_base/PAGE_SIZE] + reloc_offset);

Completed in 62 milliseconds