Home
last modified time | relevance | path

Searched refs:pgprot_writecombine (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/include/asm/
H A Dpgtable_types.h55 pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/dragonfly/sys/dev/drm/include/linux/
H A Dio-mapping.h106 iomap->prot = pgprot_writecombine(PAGE_KERNEL_IO); in io_mapping_init_wc()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c517 tmp = pgprot_writecombine(tmp); in ttm_io_prot()
524 tmp = pgprot_writecombine(tmp); in ttm_io_prot()
/dragonfly/sys/dev/drm/
H A Ddrm_gem.c950 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags));
/dragonfly/sys/dev/drm/i915/
H A Di915_gem.c1841 vm_obj->memattr = pgprot_writecombine(vm_obj->memattr); in i915_gem_mmap_ioctl()
1856 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl()
2947 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map()