Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_IO (Results 1 – 5 of 5) 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.c252 prot = PAGE_KERNEL_IO; in acpi_os_ioremap()
/linux/arch/x86/include/asm/
H A Dpgtable_types.h262 #define PAGE_KERNEL_IO __pgprot_mask(__PAGE_KERNEL_IO) macro
/linux/arch/x86/mm/
H A Dioremap.c262 prot = PAGE_KERNEL_IO; in __ioremap_caller()
/linux/arch/riscv/include/asm/
H A Dpgtable.h203 #define PAGE_KERNEL_IO __pgprot(_PAGE_IOREMAP) macro