Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mm/
Dmmu.c81 pteval_t pte_s2; member
96 .pte_s2 = s2_policy(L_PTE_S2_MT_UNCACHED),
102 .pte_s2 = s2_policy(L_PTE_S2_MT_UNCACHED),
108 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITETHROUGH),
114 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITEBACK),
120 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITEBACK),
557 s2_pgprot = cp->pte_s2; in build_mem_type_table()