Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c59 __aligned(RISCV_PGSIZE)
63 __aligned(RISCV_PGSIZE) __section(".nozi.mmu.pool_pgts");
66 __aligned(RISCV_PGSIZE) __section(".nozi.mmu.usr_pgts");
/optee_os/core/arch/riscv/include/
H A Dencoding.h326 #define RISCV_PGSIZE (1 << RISCV_PGSHIFT) macro