Searched refs:cleared (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/doc/arm/ |
| H A D | sme.md | 182 `SVCR.ZA` is cleared, `machine_restore_sme_context()` simply ensures that the 183 CPU's `PSTATE.ZA` bit is cleared (executing `smstop za` if necessary). xnu does 213 `ZA` state. (Recall that `PSTATE.SM` was previously cleared on kernel entry.)
|
| /xnu-11215/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 1031 bool cleared = false; in _clearSegmentBuffer() local 1058 cleared = true; in _clearSegmentBuffer() 1067 this, segmentIndex, cleared); in _clearSegmentBuffer()
|
| /xnu-11215/tests/ |
| H A D | stackshot_idle_25570396.m | 217 * stackshot. Where this is called, the blocking jobs have been cleared from the work queue,
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus.md | 175 …_memorystatus.c` for details. Since we only have one global snapshot its cleared on read and thus … 185 In general system caches should be cleared before we do higher band jetsams. Userspace entities sho…
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_iokit.sub | 133 "(iokit/usb) pipe has stalled, error needs to be cleared", // 0x04f
|
| /xnu-11215/doc/lifecycle/ |
| H A D | hibernation.md | 162 correct proceeds. The `boot-image` variable is cleared.
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_memorystatus.c | 1476 …boolean_t cleared = os_atomic_load(&memstat_policy_config, relaxed) & kPolicyClearTheDecks ? TRUE … variable 1478 error = sysctl_handle_int(oidp, &cleared, 0, req); 1491 return memstat_clear_the_decks(cleared);
|