Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dacpi.c294 return __pgprot(PROT_DEVICE_nGnRnE); in __acpi_get_mem_attribute()
325 prot = __pgprot(PROT_DEVICE_nGnRnE); in acpi_os_ioremap()
/linux-6.12.1/drivers/virt/coco/pkvm-guest/
Darm-pkvm-guest.c82 if (protval != PROT_DEVICE_nGnRE && protval != PROT_DEVICE_nGnRnE) in mmio_guard_ioremap_hook()
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable-prot.h43 #define PROT_DEVICE_nGnRnE (PROT_DEFAULT | PTE_PXN | PTE_UXN | PTE_WRITE | PTE_ATTRINDX(MT_DEVICE_n… macro
Dio.h285 ioremap_prot((addr), (size), PROT_DEVICE_nGnRnE)
/linux-6.12.1/drivers/tty/serial/
Dsamsung_tty.c2841 __pgprot(PROT_DEVICE_nGnRnE)); in apple_s5l_early_console_setup()