Home
last modified time | relevance | path

Searched refs:zeroed (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h274 extent_zeroed_set(extent_t *extent, bool zeroed) { in extent_zeroed_set() argument
276 ((uint64_t)zeroed << EXTENT_BITS_ZEROED_SHIFT); in extent_zeroed_set()
304 bool slab, szind_t szind, size_t sn, extent_state_t state, bool zeroed, in extent_init() argument
315 extent_zeroed_set(extent, zeroed); in extent_init()
H A Drtree.h112 bool rtree_new(rtree_t *rtree, bool zeroed);
/freebsd-12.1/contrib/jemalloc/src/
H A Drtree.c13 rtree_new(rtree_t *rtree, bool zeroed) { in rtree_new() argument
15 if (!zeroed) { in rtree_new()
19 assert(zeroed); in rtree_new()
H A Dextent.c1259 bool zeroed = false; in extent_grow_retained() local
1265 alloc_size, PAGE, &zeroed, &committed); in extent_grow_retained()
1269 alloc_size, PAGE, &zeroed, &committed, in extent_grow_retained()
1275 arena_extent_sn_next(arena), extent_state_active, zeroed, in extent_grow_retained()
1723 bool zeroed; in extent_dalloc_wrapper() local
1725 zeroed = true; in extent_dalloc_wrapper()
1728 zeroed = true; in extent_dalloc_wrapper()
1733 zeroed = true; in extent_dalloc_wrapper()
1739 zeroed = false; in extent_dalloc_wrapper()
1741 zeroed = false; in extent_dalloc_wrapper()
[all …]
/freebsd-12.1/sys/opencrypto/
H A Dcryptodev_if.m45 * is already allocated and zeroed, like driver softcs. It is accessed with
56 * owns session memory itself; it is zeroed before release.
/freebsd-12.1/sys/x86/iommu/
H A Dintel_utils.c262 int zeroed, aflags; in dmar_pgalloc() local
264 zeroed = (flags & DMAR_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0; in dmar_pgalloc()
265 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in dmar_pgalloc()
282 if (zeroed && (m->flags & PG_ZERO) == 0) in dmar_pgalloc()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
H A DBUF_MEM_new.pod35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
H A DX509_VERIFY_PARAM_set_flags.pod315 If B<X509_VP_FLAG_ONCE> is set then the current setting is zeroed
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dzfs35 # 32 bits zeroed), because there is no simple way to print them as the
H A Dmacintosh369 # Alternatively, the boot block is supposed to be zeroed if it's
/freebsd-12.1/sys/conf/
H A Dldscript.arm112 kernel file, however unlike normal .bss entries should not be zeroed
/freebsd-12.1/contrib/gcc/
H A Dacinclude.m4235 # zeroed pages with both the following properties:
272 # doesn't give anonymous zeroed pages with the same properties listed
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt67 # zeroed automatically).
/freebsd-12.1/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S115 @ r12 is zeroed just in time
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td740 // zeroed vector.
768 // Similarly for the high element of a zeroed vector.
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td380 // Sparse texture support requires that all result registers are zeroed when
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog180 pages such that they are replaced with demand-zeroed pages on next access.
975 whether a chunk was zeroed. On FreeBSD, NetBSD, and OS X, it could cause
1120 - Fix chunk_alloc_dss() to stop claiming memory is zeroed. This bug could
1272 allocate/reallocate aligned zeroed memory, ask for optional extra memory
/freebsd-12.1/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in1226 * The lower 5 bit have been zeroed out.
1227 * The upper bits have been zeroed out depending on the
1246 * The lower 5 bit have been zeroed out.
1247 * The upper bits have been zeroed out depending on the
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrVecCompiler.td246 // being zeroed by the previous operation so that we can skip explicit
H A DX86ScheduleBtVer2.td60 // register that is know to be zero (i.e. it has been zeroed using a zero-idiom
/freebsd-12.1/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4854 ! Remaining bytes are zeroed.
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dfunctions.texi1498 allocated, the remaining memory is zeroed.
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo2906 This section contains zeroed bytes when your program begins running. It
2909 out containing zeroed bytes there is no need to store explicit zero
3134 section are zeroed bytes.
4858 section, so that at run-time the bytes start off zeroed. @var{Symbol}
/freebsd-12.1/contrib/binutils/libiberty/
H A Dfunctions.texi1536 allocated, the remaining memory is zeroed.

12