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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_tiling.c492 char new_bit_17 = (char)(page_to_phys(obj->page_list[i]) >> 17);
517 if (page_to_phys(obj->page_list[i]) & (1 << 17))
H A Di915_gem.c266 if ((page_to_phys(gpu_page) & (1 << 17)) == 0) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_linux.h130 #define page_to_phys(x) *(uint32_t *)(uintptr_t)(x) macro
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux.h138 #define page_to_phys(x) *(uint32_t *)(uintptr_t)(x) macro

Completed in 93 milliseconds