1 2 3 4 5 6 7
#ifndef __VM_PARAM_H__ #define __VM_PARAM_H__ #define PAGE_SIZE __vm_page_size #define PAGE_MASK (PAGE_SIZE-1) #endif