Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dfixmap.h56 #define FIXMAP_PAGE_IO PAGE_KERNEL_IO
/Linux-v4.19/arch/x86/include/asm/
Dpgtable_types.h212 #define PAGE_KERNEL_IO default_pgprot(__PAGE_KERNEL_IO) macro
/Linux-v4.19/arch/x86/mm/
Dioremap.c201 prot = PAGE_KERNEL_IO; in __ioremap_caller()
/Linux-v4.19/arch/x86/xen/
Dsetup.c437 mfn_pte(pfn, PAGE_KERNEL_IO), 0); in xen_set_identity_and_remap_chunk()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.c2814 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map()