Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dfixmap.h57 #define FIXMAP_PAGE_IO PAGE_KERNEL_IO
/linux/arch/riscv/kernel/
H A Dacpi.c255 prot = PAGE_KERNEL_IO; in acpi_os_ioremap()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_pages.c311 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map_page()
355 vaddr = vmap_pfn(pfns, n_pfn, pgprot_writecombine(PAGE_KERNEL_IO)); in i915_gem_object_map_pfn()
/linux/arch/x86/include/asm/
H A Dpgtable_types.h258 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO) macro
/linux/arch/x86/mm/
H A Dioremap.c261 prot = PAGE_KERNEL_IO; in __ioremap_caller()
/linux/arch/riscv/include/asm/
H A Dpgtable.h205 #define PAGE_KERNEL_IO __pgprot(_PAGE_IOREMAP) macro