Searched refs:totalBytes (Results 1 – 1 of 1) sorted by relevance
221 unsigned long bits, bytes, totalBytes; in build_tce_table() local234 totalBytes = 0; in build_tce_table()243 totalBytes += bytes; in build_tce_table()245 PPCDBG(PPCDBG_TCEINIT, "build_tce_table: totalBytes=%ld\n", totalBytes ); in build_tce_table()247 pos = (char *)__get_free_pages( GFP_ATOMIC, get_order( totalBytes )); in build_tce_table()258 memset( pos, 0, totalBytes ); in build_tce_table()