Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/jemalloc/src/
HDrtree.c13 rtree_new(rtree_t *rtree, bool zeroed) { in rtree_new() argument
15 if (!zeroed) { in rtree_new()
19 assert(zeroed); in rtree_new()
HDextent.c1330 bool zeroed = false; in extent_grow_retained() local
1336 alloc_size, PAGE, &zeroed, &committed); in extent_grow_retained()
1340 alloc_size, PAGE, &zeroed, &committed, in extent_grow_retained()
1346 arena_extent_sn_next(arena), extent_state_active, zeroed, in extent_grow_retained()
1834 bool zeroed; in extent_dalloc_wrapper() local
1836 zeroed = true; in extent_dalloc_wrapper()
1839 zeroed = true; in extent_dalloc_wrapper()
1844 zeroed = true; in extent_dalloc_wrapper()
1850 zeroed = false; in extent_dalloc_wrapper()
1852 zeroed = false; in extent_dalloc_wrapper()
[all …]
/freebsd-14-stable/crypto/openssl/doc/man3/
HDPKCS12_item_decrypt_d2i.pod37 buffer will zeroed after the decrypt.
42 the buffer containing the input encoding will be zeroed after the encrypt.
HDBUF_MEM_new.pod35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
HDOPENSSL_instrument_bus.pod24 zeroed upon invocation (if you want to retrieve actual probe values).
HDEVP_RAND.pod252 currently zeroed. This is used by the FIPS provider to support the mandatory
388 currently zeroed, and 0 if not.
/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDextent_inlines.h313 extent_zeroed_set(extent_t *extent, bool zeroed) { in extent_zeroed_set() argument
315 ((uint64_t)zeroed << EXTENT_BITS_ZEROED_SHIFT); in extent_zeroed_set()
368 bool slab, szind_t szind, size_t sn, extent_state_t state, bool zeroed, in extent_init() argument
379 extent_zeroed_set(extent, zeroed); in extent_init()
HDrtree.h112 bool rtree_new(rtree_t *rtree, bool zeroed);
/freebsd-14-stable/sys/x86/iommu/
HDiommu_utils.c81 int zeroed, aflags; in iommu_pgalloc() local
83 zeroed = (flags & IOMMU_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0; in iommu_pgalloc()
84 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in iommu_pgalloc()
101 if (zeroed && (m->flags & PG_ZERO) == 0) in iommu_pgalloc()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/display/imx/
Dfsl,imx-fb.txt25 If that property is omitted, the register is zeroed.
/freebsd-14-stable/contrib/file/magic/Magdir/
HDluks98 # char _padding [184]; must be zeroed
103 # char _padding4096 [7*512]; Padding , must be zeroed
HDzfs35 # 32 bits zeroed), because there is no simple way to print them as the
HDgeo89 # char spare[8]; apparently zeroed
HDmacintosh186 ….smi.bin G3FirmwareUpdate1.1.smi.bin Firewire2.3.3.smi.bin LR2image.bin) contain zeroed date fields
410 # Alternatively, the boot block is supposed to be zeroed if it's
HDapple652 # most examples with zeroed system reserved field
655 # few samples with not zeroed system reserved field like: Empty.rsrc.rsr OpenSans-CondBold.dfont
657 # resource fork variant with not zeroed system reserved field and copy of header
661 # data fork variant with not zeroed system reserved field and no copy of header
/freebsd-14-stable/sys/conf/
HDldscript.arm144 kernel file, however unlike normal .bss entries should not be zeroed
HDldscript.arm64147 kernel file, however unlike normal .bss entries should not be zeroed
/freebsd-14-stable/sys/amd64/include/
HDpmap.h444 vm_page_t pmap_page_alloc_below_4g(bool zeroed);
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86ManualInstrMapping.def336 // When condition evaluates to false, the destination register is zeroed for
/freebsd-14-stable/sys/crypto/openssl/arm/
HDghashv8-armx.S121 @ r12 is zeroed just in time
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt141 # zeroed automatically).
/freebsd-14-stable/contrib/processor-trace/libipt/include/
HDintel-pt.h.in1249 * The lower 5 bit have been zeroed out.
1250 * The upper bits have been zeroed out depending on the
1269 * The lower 5 bit have been zeroed out.
1270 * The upper bits have been zeroed out depending on the
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZOperators.td944 // zeroed vector.
973 // Similarly for the high element of a zeroed vector.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrVecCompiler.td203 // being zeroed by the previous operation so that we can skip explicit
/freebsd-14-stable/contrib/jemalloc/
HDChangeLog316 pages such that they are replaced with demand-zeroed pages on next access.
1111 whether a chunk was zeroed. On FreeBSD, NetBSD, and OS X, it could cause
1256 - Fix chunk_alloc_dss() to stop claiming memory is zeroed. This bug could
1408 allocate/reallocate aligned zeroed memory, ask for optional extra memory

12