Lines Matching refs:total_bytes_to_map
1953 u32 total_bytes_to_map,
1961 maybe_zap_len = total_bytes_to_map - /* All bytes to map */
2001 u32 total_bytes_to_map)
2022 pages_remaining, address, length, seq, zc, total_bytes_to_map,
2093 u32 total_bytes_to_map;
2126 total_bytes_to_map = avail_len & ~(PAGE_SIZE - 1);
2127 if (total_bytes_to_map) {
2129 zap_page_range_single(vma, address, total_bytes_to_map,
2131 zc->length = total_bytes_to_map;
2185 total_bytes_to_map);
2194 zc, total_bytes_to_map);