Lines Matching defs:zeroed
4072 * poisoned and zeroed by kasan_unpoison_vmalloc().
4227 * vmalloc_user - allocate zeroed virtually contiguous memory for userspace
4230 * The resulting memory area is zeroed so it can be mapped to userspace
4421 * already been zeroed at initial allocation time or during
4474 * vmalloc_32_user - allocate zeroed virtually contiguous 32bit memory
4477 * The resulting memory area is 32bit addressable and zeroed so it can be
4494 * Returns the number of zeroed bytes.
4609 size_t zeroed = zero_iter(iter, to_zero);
4611 addr += zeroed;
4612 remains -= zeroed;
4614 if (remains == 0 || zeroed != to_zero)
4735 size_t zeroed = zero_iter(iter, to_zero);
4737 addr += zeroed;
4738 remains -= zeroed;
4740 if (remains == 0 || zeroed != to_zero)