Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dpci_dma.c221 unsigned long bits, bytes, totalBytes; in build_tce_table() local
234 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()