Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c55 #define RISCV_MMU_PGT_SIZE (sizeof(struct mmu_pgt)) macro
308 size_t size = RISCV_MMU_PGT_SIZE; in core_mmu_pgt_alloc()
324 RISCV_MMU_PGT_SIZE); in core_mmu_pgt_alloc()
327 pgt = boot_mem_alloc(RISCV_MMU_PGT_SIZE, in core_mmu_pgt_alloc()
328 RISCV_MMU_PGT_SIZE); in core_mmu_pgt_alloc()
332 RISCV_MMU_PGT_SIZE == (vaddr_t)pgt); in core_mmu_pgt_alloc()
348 memset(pgt, 0, RISCV_MMU_PGT_SIZE); in core_mmu_pgt_alloc()
529 memset(prtn->user_pgts, 0, CFG_NUM_THREADS * RISCV_MMU_PGT_SIZE); in core_init_mmu_prtn_ta()
552 memset(prtn->root_pgt, 0, RISCV_MMU_PGT_SIZE * CFG_TEE_CORE_NB_CORE); in core_init_mmu_prtn_tee()
567 RISCV_MMU_PGT_SIZE); in core_init_mmu_prtn_tee()
[all …]