Searched refs:CMM_NR_PAGES (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dcmm.c33 #define CMM_NR_PAGES ((PAGE_SIZE / sizeof(unsigned long)) - 2) macro
38 unsigned long pages[CMM_NR_PAGES];
72 if (!pa || pa->index >= CMM_NR_PAGES) {
83 if (!pa || pa->index >= CMM_NR_PAGES) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dcmm.c92 #define CMM_NR_PAGES ((PAGE_SIZE - sizeof(void *) - sizeof(unsigned long)) / sizeof(unsigned long)) macro
99 unsigned long page[CMM_NR_PAGES];
147 if (!pa || pa->index >= CMM_NR_PAGES) {
161 if (!pa || pa->index >= CMM_NR_PAGES) {

Completed in 57 milliseconds