Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Dmmu.c78 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),
561 s2_pgprot = cp->pte_s2; in build_mem_type_table()