Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/
Dpgtable.h83 extern pgprot_t pgprot_hyp_device;
101 #define PAGE_HYP_DEVICE _MOD_PROT(pgprot_hyp_device, L_PTE_HYP)
/Linux-v5.4/arch/arm/mm/
Dmmu.c66 pgprot_t pgprot_hyp_device; variable
671 pgprot_hyp_device = __pgprot(hyp_device_pgprot); in build_mem_type_table()