Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c51 struct mmu_pgt { struct
55 #define RISCV_MMU_PGT_SIZE (sizeof(struct mmu_pgt)) argument
58 static struct mmu_pgt root_pgt[CFG_TEE_CORE_NB_CORE]
62 static struct mmu_pgt pool_pgts[RISCV_MMU_MAX_PGTS]
65 static struct mmu_pgt user_pgts[CFG_NUM_THREADS]
68 static struct mmu_pgt *user_vpn2_table_va[CFG_TEE_CORE_NB_CORE];
75 struct mmu_pgt *root_pgt;
76 struct mmu_pgt *pool_pgts;
77 struct mmu_pgt *user_pgts;
81 struct mmu_pgt **user_vpn2_table_va;
[all …]