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 */