Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_IO (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/include/asm/
H A Dpgtable_types.h52 #define PAGE_KERNEL_IO __PAGE_KERNEL macro
/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/i915/
H A Di915_gem.c2947 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map()