aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/pages.h
blob: 1533f7b76a13b96c3809473ce62f2e6bb6f4f402 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef APOS_RISCV_PAGES_H
#define APOS_RISCV_PAGES_H

#include <apos/types.h>
#include <apos/pmem.h>

/* assume riscv64 for now */
typedef uint64_t pm_t;

#define MM_KPAGE MM_O0
#define MM_MPAGE MM_O1
#define MM_GPAGE MM_O2
#define MM_TPAGE MM_O3

#endif /* APOS_RISCV_PAGES_H */