Home
last modified time | relevance | path

Searched refs:fault (Results 1 – 14 of 14) sorted by relevance

/xnu-12377.81.4/bsd/dev/
H A Dmem.c200 goto fault; in mmrw()
203 goto fault; in mmrw()
252 fault: in mmrw()
/xnu-12377.81.4/tests/
H A Dstackshot_accuracy.m246 T_LOG("MATUS fault time limit: %lld", fault_stats.sfs_system_max_fault_time);
252 T_LOG("NOTE: We were not able to fault the stack's pages back in");
254 /* if we couldn't fault the pages back in, then at least verify that we tried */
255 T_ASSERT_GT(fault_stats.sfs_time_spent_faulting, 0ull, "spent time trying to fault");
262 T_ASSERT_EQ(found_fault_stats, true, "found fault stats");
332 T_DECL(basic, "test that no-fault stackshot works correctly", T_META_TAG_VM_PREFERRED)
384 T_DECL(basic_singleproc, "test that no-fault stackshot works correctly in single process setting", …
390 T_DECL(basic_singleproc_spin, "test that no-fault stackshot works correctly in single process setti…
396 T_DECL(fault, "test that faulting stackshots work correctly", T_META_TAG_VM_PREFERRED)
/xnu-12377.81.4/tools/tests/perf_index/
H A DMakefile23 $(DSTROOT)/perfindex-fault.dylib \
36 $(DSTROOT)/perfindex-fault.dylib: $(OBJROOT)/test_fault_helper.o
H A DREADME44 fault - performs n page faults by mmaping a large chunk of memory, toggling the
/xnu-12377.81.4/bsd/dev/arm64/
H A Ddtrace_isa.c651 int fltoffs, int fault, uint64_t illval) in dtrace_probe_error() argument
659 dtrace_probe( dtrace_probeid_error, (uint64_t)(uintptr_t)state, epid, which, fltoffs, fault ); in dtrace_probe_error()
/xnu-12377.81.4/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj88 …8D00EA6069 /* stackshot-fault-stats in Resources */ = {isa = PBXBuildFile; fileRef = 13CC08421CB97…
89 …EA6069 /* stackshot-fault-stats.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13CC0843…
246 …* stackshot-fault-stats */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-
247fault-stats.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stack…
370 13CC08421CB97F8A00EA6069 /* stackshot-fault-stats */,
371 13CC08431CB97F8A00EA6069 /* stackshot-fault-stats.plist.gz */,
690 13CC08451CB97F9000EA6069 /* stackshot-fault-stats.plist.gz in Resources */,
701 13CC08441CB97F8D00EA6069 /* stackshot-fault-stats in Resources */,
/xnu-12377.81.4/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPITest.m56 @"fault", [NSNumber numberWithLongLong:500],
/xnu-12377.81.4/bsd/dev/i386/
H A Ddtrace_isa.c90 int fltoffs, int fault, uint64_t illval) in dtrace_probe_error() argument
97 dtrace_probe( dtrace_probeid_error, (uint64_t)(uintptr_t)state, epid, which, fltoffs, fault ); in dtrace_probe_error()
H A Dunix_signal.c655 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in sendsig()
699 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in sendsig()
/xnu-12377.81.4/libsyscall/mach/
H A Derr_kern.sub114 "(os/unix) memory access fault",
/xnu-12377.81.4/bsd/dev/arm/
H A Dunix_signal.c253 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in sendsig_do_dtrace()
/xnu-12377.81.4/doc/vm/
H A Dfreezer.md62 …irty memory out of the swap file**. It's read back on demand via the page fault handler just like …
/xnu-12377.81.4/doc/arm/
H A Dapple_speculative_hardening.md673 to take any value by producing a pointer which will fault when it is
701 non-canonical address fault if it is dereferenced. While it costs many more
/xnu-12377.81.4/bsd/kern/
H A Dkern_sig.c3172 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in postsig_locked()