Searched refs:zeroed (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Drtree.c13 rtree_new(rtree_t *rtree, bool zeroed) { argument
15 if (!zeroed) {
19 assert(zeroed);
H A Dextent.c1203 * If the caller specifies (!*zero), it is still possible to receive zeroed
1205 * advantage of this to avoid demanding zeroed extents, but taking advantage of
1330 bool zeroed = false; local
1336 alloc_size, PAGE, &zeroed, &committed);
1340 alloc_size, PAGE, &zeroed, &committed,
1346 arena_extent_sn_next(arena), extent_state_active, zeroed,
1834 bool zeroed; local
1836 zeroed = true;
1839 zeroed = true;
1844 zeroed
[all...]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h313 extent_zeroed_set(extent_t *extent, bool zeroed) {
315 ((uint64_t)zeroed << EXTENT_BITS_ZEROED_SHIFT);
368 bool slab, szind_t szind, size_t sn, extent_state_t state, bool zeroed,
379 extent_zeroed_set(extent, zeroed);
H A Drtree.h112 bool rtree_new(rtree_t *rtree, bool zeroed);
184 * the higher ones. Instead, the high bits gets zeroed.
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_utils.c263 int zeroed, aflags; local
265 zeroed = (flags & IOMMU_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0;
266 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP |
283 if (zeroed && (m->flags & PG_ZERO) == 0)
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dghashv8-armx.S115 @ r12 is zeroed just in time
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl276 @ $inc is zeroed just in time

Completed in 120 milliseconds