Home
last modified time | relevance | path

Searched refs:PAGE_MASK (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvMPool.c704 if(pfn_valid(__phys_to_pfn(u32BusStart & PAGE_MASK))) in map_kdriver_mem()
766 if( (!mpool_info[i].bNonCache) && (pfn_valid(__phys_to_pfn(u32BusStart & PAGE_MASK))) ) in MsOS_MPool_UnMapping()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Duser.h212 #define PAGE_MASK (~(PAGE_SIZE-1)) macro