Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/dev/
H A Dmem.c200 goto fault; in mmrw()
203 goto fault; in mmrw()
252 fault: in mmrw()
/xnu-8020.101.4/tests/
H A Dstackshot_accuracy.m244 T_LOG("MATUS fault time limit: %lld", fault_stats.sfs_system_max_fault_time);
250 T_LOG("NOTE: We were not able to fault the stack's pages back in");
252 /* if we couldn't fault the pages back in, then at least verify that we tried */
253 T_ASSERT_GT(fault_stats.sfs_time_spent_faulting, 0ull, "spent time trying to fault");
260 T_ASSERT_EQ(found_fault_stats, true, "found fault stats");
330 T_DECL(basic, "test that no-fault stackshot works correctly")
382 T_DECL(basic_singleproc, "test that no-fault stackshot works correctly in single process setting")
388 T_DECL(basic_singleproc_spin, "test that no-fault stackshot works correctly in single process setti…
394 T_DECL(fault, "test that faulting stackshots work correctly")
H A Dhvtest_x86.m284 // guest paging fault
290 // EPT write fault
297 // EPT exec fault
318 * encounter what seems to be the same fault again.
975 // paging, we cannot use the harness's fault management yet.)
1056 * no fault of the hypervisor.
/xnu-8020.101.4/tools/tests/perf_index/
H A DMakefile24 $(DSTROOT)/perfindex-fault.dylib \
37 $(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-8020.101.4/bsd/dev/arm/
H A Ddtrace_isa.c591 int fltoffs, int fault, uint64_t illval) in dtrace_probe_error() argument
599 dtrace_probe( dtrace_probeid_error, (uint64_t)(uintptr_t)state, epid, which, fltoffs, fault ); in dtrace_probe_error()
H A Dunix_signal.c247 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in sendsig_do_dtrace()
/xnu-8020.101.4/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj86 …8D00EA6069 /* stackshot-fault-stats in Resources */ = {isa = PBXBuildFile; fileRef = 13CC08421CB97…
87 …EA6069 /* stackshot-fault-stats.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13CC0843…
240 …* stackshot-fault-stats */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-
241fault-stats.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stack…
358 13CC08421CB97F8A00EA6069 /* stackshot-fault-stats */,
359 13CC08431CB97F8A00EA6069 /* stackshot-fault-stats.plist.gz */,
676 13CC08451CB97F9000EA6069 /* stackshot-fault-stats.plist.gz in Resources */,
686 13CC08441CB97F8D00EA6069 /* stackshot-fault-stats in Resources */,
/xnu-8020.101.4/bsd/dev/arm64/
H A Ddtrace_isa.c681 int fltoffs, int fault, uint64_t illval) in dtrace_probe_error() argument
689 dtrace_probe( dtrace_probeid_error, (uint64_t)(uintptr_t)state, epid, which, fltoffs, fault ); in dtrace_probe_error()
/xnu-8020.101.4/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPITest.m56 @"fault", [NSNumber numberWithLongLong:500],
/xnu-8020.101.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-8020.101.4/libsyscall/mach/
H A Derr_kern.sub110 "(os/unix) memory access fault",
/xnu-8020.101.4/bsd/kern/
H A Dkern_sig.c3179 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in postsig_locked()