Home
last modified time | relevance | path

Searched refs:PROT_DEVICE_nGnRnE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dacpi.c267 return __pgprot(PROT_DEVICE_nGnRnE); in __acpi_get_mem_attribute()
298 prot = __pgprot(PROT_DEVICE_nGnRnE); in acpi_os_ioremap()
/openbmc/linux/arch/arm64/include/asm/
H A Dio.h149 ioremap_prot((addr), (size), PROT_DEVICE_nGnRnE)
H A Dpgtable-prot.h36 #define PROT_DEVICE_nGnRnE (PROT_DEFAULT | PTE_PXN | PTE_UXN | PTE_WRITE | PTE_ATTRINDX(MT_DEVICE_n… macro
/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c2902 __pgprot(PROT_DEVICE_nGnRnE)); in apple_s5l_early_console_setup()