Searched refs:PAGE_KERNEL_IO (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/asm-generic/
H A Dfixmap.h57 #define FIXMAP_PAGE_IO PAGE_KERNEL_IO
/linux-master/arch/riscv/kernel/
H A Dacpi.c247 prot = PAGE_KERNEL_IO;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_pages.c306 pgprot = pgprot_writecombine(PAGE_KERNEL_IO);
350 vaddr = vmap_pfn(pfns, n_pfn, pgprot_writecombine(PAGE_KERNEL_IO));
/linux-master/arch/x86/mm/
H A Dioremap.c261 prot = PAGE_KERNEL_IO;
/linux-master/arch/riscv/kvm/
H A Dmmu.c363 pte = pfn_pte(pfn, PAGE_KERNEL_IO);
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h258 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h203 #define PAGE_KERNEL_IO __pgprot(_PAGE_IOREMAP) macro

Completed in 133 milliseconds