Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dio.h25 static inline void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, in ioremap_prot() function
44 ioremap_prot((offset), (size), PAGE_KERNEL_SUC)
60 ioremap_prot((offset), (size), \
64 ioremap_prot((offset), (size), PAGE_KERNEL)
/linux/Documentation/features/vm/ioremap_prot/
H A Darch-support.txt2 # Feature name: ioremap_prot
4 # description: arch has ioremap_prot()
/linux/arch/riscv/include/asm/
H A Dio.h33 ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL_NC))
144 ((__force void *)ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL)))
/linux/arch/riscv/kernel/
H A Dacpi.c311 return ioremap_prot(phys, size, prot); in acpi_os_ioremap()
/linux/arch/x86/mm/
H A Dioremap.c441 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, in ioremap_prot() function
448 EXPORT_SYMBOL(ioremap_prot);