Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/plat-spike/drivers/
H A Dhtif.c18 ROUNDUP(HTIF_REG_SIZE, CORE_MMU_PGDIR_SIZE));
36 return io_pa_or_va(&pd->base, HTIF_REG_SIZE); in chip_to_base()
H A Dhtif.h14 #define HTIF_REG_SIZE (2 * RISCV_XLEN_BYTES) macro