Searched refs:RISCV_PGSIZE (Results 1 – 2 of 2) sorted by relevance
48 #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))))
225 #define RISCV_PGSIZE (1 << RISCV_PGSHIFT) macro