Lines Matching refs:zeroed
4054 * poisoned and zeroed by kasan_unpoison_vmalloc().
4208 * vmalloc_user - allocate zeroed virtually contiguous memory for userspace
4211 * The resulting memory area is zeroed so it can be mapped to userspace
4348 * already been zeroed at initial allocation time or during
4401 * vmalloc_32_user - allocate zeroed virtually contiguous 32bit memory
4404 * The resulting memory area is 32bit addressable and zeroed so it can be
4421 * Returns the number of zeroed bytes.
4536 size_t zeroed = zero_iter(iter, to_zero);
4538 addr += zeroed;
4539 remains -= zeroed;
4541 if (remains == 0 || zeroed != to_zero)
4651 size_t zeroed = zero_iter(iter, to_zero);
4653 addr += zeroed;
4654 remains -= zeroed;
4656 if (remains == 0 || zeroed != to_zero)