| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.rule | 565 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 572 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 579 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 612 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 617 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 624 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 631 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 638 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 645 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 652 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
|
| H A D | MakeInc.kernel | 37 # to the static link archive, along with the non-LTO objects (not linked, since ld -r on mach-o obj…
|
| /xnu-12377.41.6/doc/primitives/ |
| H A D | sched_cond.md | 44 2. If in the time since waking (B) and blocking (D), the consumer thread has been sent a wakeup (A)… 78 cond (G), signalling that it is inactive and checking for any wakeups that have been issued since t… 88 …read is active are guaranteed to be observed because the consumer will check for wakeups since the
|
| /xnu-12377.41.6/doc/observability/ |
| H A D | mt_stackshot.md | 35 It is important to note that since stackshot happens outside of the context of 57 Stackshot is given a fixed-size buffer upfront since it cannot allocate any 138 now take a stackshot if the system panicked during a stackshot, since state has 144 panics, it will not be able to acquire the debugger lock since it is already
|
| H A D | coalitions.md | 19 Coalition IDs are not re-used (they are assigned monotonically by the kernel). However, since empty… 53 Calculating the current resource usage of a coalition is a surprisingly tricky process, since data …
|
| H A D | recount.md | 111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
|
| /xnu-12377.41.6/san/memory/ |
| H A D | kasan-denylist | 60 # XXX: could this be relaxed since fakestack is reentrant?
|
| /xnu-12377.41.6/doc/arm/ |
| H A D | sme.md | 136 Several SME registers aren't affected by these controls, since they have their 162 `TPIDR2_EL0`, `ZA`, or `ZT0` during kernel entry and exit, since there are no 175 `TPIDR2_EL0`, since its contents are valid even when EL0 isn't actually using 192 or `P` register files, since these will be updated on kernel exit. 240 Unfortunately since xnu has to disable streaming SVE mode to handle traps, it's 390 CPUs, since Apple's current SME implementation only allows SVE accesses inside
|
| H A D | apple_speculative_hardening.md | 312 since the probability of success is heavily influenced by the number zones 536 hardening sites in most normal programs, since SCEV can draw no meaningful 603 // new_offset's load, arrayidx3 must be hardened. Additionally, since new_ptr
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | recount.c | 1132 uint64_t since = now - processor->pr_recount.rpr_last_interrupt_enter_time_mach; in recount_leave_interrupt() local 1133 processor->pr_recount.rpr_interrupt_duration_mach += since; in recount_leave_interrupt() 1134 thread->th_recount.rth_interrupt_duration_mach += since; in recount_leave_interrupt()
|
| /xnu-12377.41.6/doc/lifecycle/ |
| H A D | hibernation.md | 175 was mapped by the booter is safe to call, since all the other wired pages are 224 computed. This is necessary since `ml_get_hwclock()` does not tick across 228 when the count is set to 1 (since the page is captured from within the
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | pageout_scan.md | 128 has been referenced since deactivation, it will be reactivated (barring 175 5. If the page has been referenced since we identified it as a victim, consider
|
| H A D | freezer.md | 96 …d 30 when idle. Importantly, docked apps are not eligible for the freezer since they're not in the…
|
| /xnu-12377.41.6/tests/vm/ |
| H A D | test_vm_no_pager.m | 61 // Status and signal will be empty since we took over exception handling
|
| /xnu-12377.41.6/tests/ |
| H A D | stackshot_idle_25570396.m | 216 /* Take a stackshot and a delta stackshot, measuring what changed since the previous
|
| H A D | stackshot_block_owner_14362384.m | 239 /* perform various actions with a mutex in kernel memory. note that, since we aren't allowed 346 /* perform various actions with a rwlock in kernel memory. note that, since we aren't allowed
|
| /xnu-12377.41.6/libkern/zlib/ |
| H A D | README | 82 installed before testing (do "make install" before "make test"), since the
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | README | 110 2/ the routines have greatly simplified since release 1.1
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf_mcache.c | 4461 unsigned int since; local 4471 since = now.tv_sec - mb_wdtstart.tv_sec; 4480 if (since >= MB_WDT_MAXTIME) { 4482 mb_waiters, since, mbuf_dump()); 4493 if (since >= MB_WDT_MAXTIME / 2) {
|
| /xnu-12377.41.6/tests/unit/ |
| H A D | README.md | 70 This make target adds the unit-tests executables that were built since the last `clean` to the `com…
|
| /xnu-12377.41.6/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 162 However, since the variable is too small to hold an
|
| /xnu-12377.41.6/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 55 The `FIXPRI` bucket is special cased since it contains extremely latency sensitive threads. Since t… 282 …icy is different from the default scheduling policy of the edge scheduler since this always tries …
|
| /xnu-12377.41.6/iokit/DriverKit/ |
| H A D | IOService.iig | 464 * @discussion For use by DriverKit userspace services, since they can't set
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | pf_ioctl.c | 1433 pf_status.since = pf_calendar_time_second(); in pf_start() 1454 pf_status.since = pf_calendar_time_second(); in pf_stop() 1778 pf_status.since = pf_calendar_time_second(); in pfioctl()
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | README.md | 433 …t into the dSYM for the kernel executable. This makes debugging very easy since they can get loade…
|