Searched refs:mmu_pgt (Results 1 – 1 of 1) sorted by relevance
51 struct mmu_pgt { struct55 #define RISCV_MMU_PGT_SIZE (sizeof(struct mmu_pgt)) argument58 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 …]