Home
last modified time | relevance | path

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

/Linux-v5.10/include/asm-generic/
Dfixmap.h57 #define FIXMAP_PAGE_IO PAGE_KERNEL_IO
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_pages.c272 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map_page()
316 vaddr = vmap_pfn(pfns, n_pfn, pgprot_writecombine(PAGE_KERNEL_IO)); in i915_gem_object_map_pfn()
/Linux-v5.10/arch/x86/include/asm/
Dpgtable_types.h230 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO) macro
/Linux-v5.10/arch/x86/mm/
Dioremap.c244 prot = PAGE_KERNEL_IO; in __ioremap_caller()
/Linux-v5.10/arch/x86/xen/
Dsetup.c438 mfn_pte(pfn, PAGE_KERNEL_IO), 0); in xen_set_identity_and_remap_chunk()