1 #ifndef __PPC_PAGE_BITS_H__ 2 #define __PPC_PAGE_BITS_H__ 3 4 #define PAGE_SHIFT 16 /* 64 KiB Pages */ 5 #define PADDR_BITS 53 6 #define VADDR_BITS 52 7 8 #endif /* __PPC_PAGE_BITS_H__ */ 9
1 #ifndef __PPC_PAGE_BITS_H__ 2 #define __PPC_PAGE_BITS_H__ 3 4 #define PAGE_SHIFT 16 /* 64 KiB Pages */ 5 #define PADDR_BITS 53 6 #define VADDR_BITS 52 7 8 #endif /* __PPC_PAGE_BITS_H__ */ 9