Home
last modified time | relevance | path

Searched refs:pgprot_s2_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
Dpgtable.h87 extern pgprot_t pgprot_s2_device;
103 #define PAGE_S2_DEVICE _MOD_PROT(pgprot_s2_device, L_PTE_S2_RDONLY)
/linux-4.1.27/arch/arm/mm/
Dmmu.c70 pgprot_t pgprot_s2_device; variable
624 pgprot_s2_device = __pgprot(s2_device_pgprot); in build_mem_type_table()