Searched refs:root_pgt (Results 1 – 1 of 1) sorted by relevance
58 static struct mmu_pgt root_pgt[CFG_TEE_CORE_NB_CORE]75 struct mmu_pgt *root_pgt; member89 .root_pgt = root_pgt,292 return prtn->root_pgt + core_pos; in core_mmu_get_root_pgt_va()552 memset(prtn->root_pgt, 0, RISCV_MMU_PGT_SIZE * CFG_TEE_CORE_NB_CORE); in core_init_mmu_prtn_tee()1057 prtn->root_pgt = boot_mem_alloc(RISCV_MMU_PGT_SIZE * in core_init_mmu()1060 boot_mem_add_reloc(&prtn->root_pgt); in core_init_mmu()1101 cfg->satp[n] = core_mmu_pgt_to_satp(p->asid, p->root_pgt + n); in core_init_mmu_regs()