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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c7024 uintptr_t first_page, last_page; local in function:kgem_create_map
7034 first_page = (uintptr_t)ptr;
7035 last_page = first_page + size + PAGE_SIZE - 1;
7037 first_page &= ~(uintptr_t)(PAGE_SIZE-1);
7039 assert(last_page > first_page);
7042 (void *)first_page, last_page-first_page,
7049 (void *)first_page, last_page-first_page,
7067 bo = __kgem_bo_alloc(handle, (last_page - first_page) / PAGE_SIZ
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.c6402 uintptr_t first_page, last_page; local in function:kgem_create_map
6412 first_page = (uintptr_t)ptr;
6413 last_page = first_page + size + PAGE_SIZE - 1;
6415 first_page &= ~(PAGE_SIZE-1);
6417 assert(last_page > first_page);
6420 (void *)first_page, last_page-first_page,
6427 bo = __kgem_bo_alloc(handle, (last_page - first_page) / PAGE_SIZE);
6437 if (first_page != (uintptr_t)ptr) {
6441 (uintptr_t)ptr - first_page, siz
[all...]

Completed in 15 milliseconds