Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 37) sorted by relevance

12

/xnu-12377.41.6/osfmk/conf/
H A DMakefile.x86_6426 WKdmDecompress_new.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
27 WKdmData_new.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
28 hibernate_restore.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
29 bcopy.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
30 bzero.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
H A DMakefile.arm6438 $(1)_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
/xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/
H A Dccrng.h18 int (*CC_SPTR(ccrng_state, generate))(struct ccrng_state *rng, size_t outlen, void *out);
60 ((rng)->generate((struct ccrng_state *)(rng), (outlen), (out)))
H A Dccdrbg_impl.h57 int (*CC_SPTR(ccdrbg_info, generate))(struct ccdrbg_state *drbg,
H A Dcckprng.h128 …void (*CC_SPTR(cckprng_funcs, generate))(struct cckprng_ctx *ctx, unsigned gen_idx, size_t nbytes,…
/xnu-12377.41.6/libsa/conf/
H A DMakefile.template109 CXXFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CXXFLAGS_GEN))
111 CFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CFLAGS_GEN))
/xnu-12377.41.6/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c213 generate(struct ccdrbg_state *ctx, size_t out_nbytes, void *out, size_t add_nbytes, const void *add) in generate() function
270 info->generate = generate; in ccdrbg_factory_nisthmac()
H A Dccdrbg.c81 return info->generate(drbg, dataOutLength, dataOut, additionalLength, additional); in ccdrbg_generate()
/xnu-12377.41.6/config/
H A DKasan_disabled.exports2 # so we generate an empty export list for non-KASan.
/xnu-12377.41.6/iokit/conf/
H A DMakefile.x86_6419 IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
H A DMakefile.arm6423 IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-profile-instr-generate -fno-coverage-mapping
/xnu-12377.41.6/makedefs/
H A DMakeInc.top203 # generate TARGET_CONFIGS using KERNEL_CONFIGS and PRODUCT_CONFIGS
207 # generate TARGET_CONFIGS for all kernel configs for B&I
210 # generate TARGET_CONFIGS for RELEASE kernel configs and products in the device map
215 # generate TARGET_CONFIGS for DEVELOPMENT kernel configs and products in the device map
220 # generate TARGET_CONFIGS for all kernel configs and products in the device map
225 # generate TARGET_CONFIGS for B&I release builds
231 # generate TARGET_CONFIGS for B&I development builds
237 # generate TARGET_CONFIGS for all kernel configs for B&I
243 # generate TARGET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults…
H A DMakeInc.rule511 # Compilation rules to generate .o from .s
520 # Compilation rules to generate .o from .c for normal files
531 # Compilation rules to generate .o from .c for driver files
541 # Compilation rules to generate .co from .cp or .cpo from .cpp
H A DMakeInc.def426 # __static_testable makes some static function not static and generate these warnings
675 -mllvm -hwasan-generate-tags-with-calls=1 \
1226 CFLAGS_GEN += -fprofile-instr-generate -DPROFILE
1227 CXXFLAGS_GEN += -fprofile-instr-generate -DPROFILE
1242 CFLAGS_GEN += -fprofile-instr-generate -fcoverage-mapping
1243 CXXFLAGS_GEN += -fprofile-instr-generate -fcoverage-mapping
/xnu-12377.41.6/osfmk/mach/
H A Dmach_notify.defs31 * But its existence keeps us from having MIG generate the client-side
H A Dmach_port.defs290 * MACH_NOTIFY_SEND_POSSIBLE: if non-zero, will generate a send-
292 * to the port. If zero, will generate a send-possible
295 * generate a dead-name notification if name is already dead
/xnu-12377.41.6/bsd/netinet6/
H A Din6_ifattach.c1211 int generate)
1221 generate = 1;
1224 if (generate) {
/xnu-12377.41.6/doc/observability/
H A Dcpu_counters.md16 2. In "sampling" mode, the counters are programmed to generate a Performance Monitor Interrupt (PMI…
/xnu-12377.41.6/osfmk/kern/
H A DMakefile197 $(_v)$(TIGHTBEAMC) build generate-c --output-base $@ --codegen-version 2 $^
/xnu-12377.41.6/tools/tests/testkext/testkext.xcodeproj/
H A Dproject.pbxproj293 OTHER_CFLAGS = "-fprofile-instr-generate";
340 OTHER_CFLAGS = "-fprofile-instr-generate";
/xnu-12377.41.6/doc/building/
H A Dbound_checks.md67 for all other kernel configurations failing bounds checks generate a telemetry event
70 generate a telemetry event instead of panicking; for all other kernel configurations
161 rather be doing. On the other hand, "soft traps" generate telemetry without
/xnu-12377.41.6/osfmk/prng/
H A Dprng_random.c455 prng_funcs.generate(prng_ctx, cpu_number(), n, buffer); in read_random_generate()
/xnu-12377.41.6/doc/vm/
H A Dsanitize.md25 will generate a compiler error.
311 may also be used to generate new golden files. Test results may also be
318 Libsystem or that Libsystem intercepts. For MIG entry points we generate our
/xnu-12377.41.6/iokit/DriverKit/
H A DOSAction.iig73 * to generate the callback.
/xnu-12377.41.6/tests/
H A Darm_mte_compress.c218 gen_test(const char* name, int num_runs, int min_opt, int max_opt, void (^generate)(uint8_t *buf, i…
226 generate(buf, num_options);

12