Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mm/
Dmmu.c80 pteval_t pte_s2; member
95 .pte_s2 = s2_policy(L_PTE_S2_MT_UNCACHED),
101 .pte_s2 = s2_policy(L_PTE_S2_MT_UNCACHED),
107 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITETHROUGH),
113 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITEBACK),
119 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITEBACK),
515 s2_pgprot = cp->pte_s2; in build_mem_type_table()