| /xnu-12377.81.4/bsd/dev/ |
| H A D | mem.c | 200 goto fault; in mmrw() 203 goto fault; in mmrw() 252 fault: in mmrw()
|
| /xnu-12377.81.4/tests/ |
| H A D | stackshot_accuracy.m | 246 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 D | Makefile | 23 $(DSTROOT)/perfindex-fault.dylib \ 36 $(DSTROOT)/perfindex-fault.dylib: $(OBJROOT)/test_fault_helper.o
|
| H A D | README | 44 fault - performs n page faults by mmaping a large chunk of memory, toggling the
|
| /xnu-12377.81.4/bsd/dev/arm64/ |
| H A D | dtrace_isa.c | 651 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 D | project.pbxproj | 88 …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-… 247 …fault-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 D | PITest.m | 56 @"fault", [NSNumber numberWithLongLong:500],
|
| /xnu-12377.81.4/bsd/dev/i386/ |
| H A D | dtrace_isa.c | 90 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 D | unix_signal.c | 655 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 D | err_kern.sub | 114 "(os/unix) memory access fault",
|
| /xnu-12377.81.4/bsd/dev/arm/ |
| H A D | unix_signal.c | 253 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 D | freezer.md | 62 …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 D | apple_speculative_hardening.md | 673 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 D | kern_sig.c | 3172 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in postsig_locked()
|