Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_IO (Results 1 – 4 of 4) 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/arch/x86/mm/
H A Dioremap.c261 prot = PAGE_KERNEL_IO; in __ioremap_caller()
/linux/arch/riscv/include/asm/
H A Dpgtable.h204 #define PAGE_KERNEL_IO __pgprot(_PAGE_IOREMAP) macro