Home
last modified time | relevance | path

Searched refs:cleared (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/doc/arm/
H A Dsme.md182 `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 DIOSkywalkSupport.cpp1031 bool cleared = false; in _clearSegmentBuffer() local
1058 cleared = true; in _clearSegmentBuffer()
1067 this, segmentIndex, cleared); in _clearSegmentBuffer()
/xnu-11215/tests/
H A Dstackshot_idle_25570396.m217 * stackshot. Where this is called, the blocking jobs have been cleared from the work queue,
/xnu-11215/doc/vm/
H A Dmemorystatus.md175 …_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 Derr_iokit.sub133 "(iokit/usb) pipe has stalled, error needs to be cleared", // 0x04f
/xnu-11215/doc/lifecycle/
H A Dhibernation.md162 correct proceeds. The `boot-image` variable is cleared.
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c1476 …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);