summaryrefslogtreecommitdiff
path: root/xen/arch/riscv/include/asm/page-bits.h
blob: 1801820294d331d027296a58e5316d53a8afe44e (plain)
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__ */