Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Dmmu.c81 pteval_t pte_s2; member
98 .pte_s2 = s2_policy(L_PTE_S2_MT_UNCACHED),
104 .pte_s2 = s2_policy(L_PTE_S2_MT_UNCACHED),
110 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITETHROUGH),
116 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITEBACK),
122 .pte_s2 = s2_policy(L_PTE_S2_MT_WRITEBACK),
564 s2_pgprot = cp->pte_s2; in build_mem_type_table()