1 2 3 4 5 6 7
#ifndef __RISCV_PAGE_BITS_H__ #define __RISCV_PAGE_BITS_H__ #define PAGE_SHIFT 12 /* 4 KiB Pages */ #define PADDR_BITS 56 /* 44-bit PPN */ #endif /* __RISCV_PAGE_BITS_H__ */