Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dpgtable.h85 extern pgprot_t pgprot_hyp_device;
101 #define PAGE_HYP_DEVICE _MOD_PROT(pgprot_hyp_device, L_PTE_HYP)
/linux-4.1.27/arch/arm/mm/
Dmmu.c68 pgprot_t pgprot_hyp_device; variable
625 pgprot_hyp_device = __pgprot(hyp_device_pgprot); in build_mem_type_table()