Lines Matching refs:numPages
101 unsigned numPages, int direction);
528 void *page, unsigned numPages, int direction) in get_tces() argument
544 for (i=0; i<numPages; ++i) { in get_tces()
1153 unsigned long nTces, numPages, startPage, endPage, prevEndPage; in num_tces_sg() local
1168 numPages = endPage - startPage + 1; in num_tces_sg()
1176 --numPages; in num_tces_sg()
1177 nTces += numPages; in num_tces_sg()
1289 unsigned long startPage, endPage, prevEndPage, numPages, uaddr; in create_tces_sg() local
1317 numPages = endPage - startPage + 1; in create_tces_sg()
1328 --numPages; in create_tces_sg()
1332 for (i=0; i<numPages; ++i) { in create_tces_sg()