Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_mtrap.h48 #define MACHINE_STACK_SIZE (RISCV_PGSIZE) /* this is 4k for HLS and 4k for the stack*/
79 (void *)((sp + RISCV_PGSIZE) & -RISCV_PGSIZE); })
83 #define OTHER_HLS(id) ((hls_t*)((void *)HLS() + RISCV_PGSIZE * ((id) - read_const_csr(mhartid))))
Dencoding.h225 #define RISCV_PGSIZE (1 << RISCV_PGSHIFT) macro