Searched refs:smallbuffer_start (Results 1 – 1 of 1) sorted by relevance
1339 vm_offset_t smallbuffer_start; local1593 smallbuffer_start = copy_end - vm_map_round_page(buflen, effective_page_mask);1594 if (smallbuffer_start < copy_start) {1595 smallbuffer_start = copy_start;1597 bzero((void *)(smallbuffer_start + buflen), copy_end - (smallbuffer_start + buflen));