Home
last modified time | relevance | path

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

12

/freebsd-13.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.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-13.1/sys/x86/iommu/
H A Dintel_utils.c262 int zeroed, aflags; in dmar_pgalloc() local
264 zeroed = (flags & IOMMU_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-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_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()
H A Drtree.h112 bool rtree_new(rtree_t *rtree, bool zeroed);
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx-fb.txt25 If that property is omitted, the register is zeroed.
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dzfs35 # 32 bits zeroed), because there is no simple way to print them as the
H A Dmacintosh402 # Alternatively, the boot block is supposed to be zeroed if it's
/freebsd-13.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.pod318 If B<X509_VP_FLAG_ONCE> is set then the current setting is zeroed
/freebsd-13.1/sys/conf/
H A Dldscript.arm117 kernel file, however unlike normal .bss entries should not be zeroed
H A Dldscript.arm64118 kernel file, however unlike normal .bss entries should not be zeroed
/freebsd-13.1/sys/amd64/include/
H A Dpmap.h529 vm_page_t pmap_page_alloc_below_4g(bool zeroed);
/freebsd-13.1/sys/crypto/openssl/arm/
H A Dghashv8-armx.S115 @ r12 is zeroed just in time
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt124 # zeroed automatically).
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td804 // zeroed vector.
833 // Similarly for the high element of a zeroed vector.
/freebsd-13.1/contrib/processor-trace/libipt/include/
H A Dintel-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-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrVecCompiler.td175 // being zeroed by the previous operation so that we can skip explicit
H A DX86ScheduleBtVer2.td59 // register that is know to be zero (i.e. it has been zeroed using a zero-idiom
/freebsd-13.1/contrib/jemalloc/
H A DChangeLog316 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
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOptions.td280 HelpText<"Explicitly store zeroed data in the final image">,
284 HelpText<"Merge all zeroed data into the __zerofill section">,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td700 // Sparse texture support requires that all result registers are zeroed when
/freebsd-13.1/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4854 ! Remaining bytes are zeroed.
/freebsd-13.1/sys/amd64/amd64/
H A Dpmap.c2079 pmap_page_alloc_below_4g(bool zeroed) in pmap_page_alloc_below_4g() argument
2081 return (vm_page_alloc_noobj_contig((zeroed ? VM_ALLOC_ZERO : 0), in pmap_page_alloc_below_4g()

12