Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 13 of 13) sorted by relevance

/xnu-11215.1.10/bsd/dev/i386/
H A Dfasttrap_isa.c1174 uint_t taken; in fasttrap_pid_probe32() local
1178 taken = (regs32->efl & FASTTRAP_EFLAGS_OF) != 0; in fasttrap_pid_probe32()
1181 taken = (regs32->efl & FASTTRAP_EFLAGS_OF) == 0; in fasttrap_pid_probe32()
1184 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) != 0; in fasttrap_pid_probe32()
1187 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) == 0; in fasttrap_pid_probe32()
1190 taken = (regs32->efl & FASTTRAP_EFLAGS_ZF) != 0; in fasttrap_pid_probe32()
1193 taken = (regs32->efl & FASTTRAP_EFLAGS_ZF) == 0; in fasttrap_pid_probe32()
1196 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) != 0 || in fasttrap_pid_probe32()
1200 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) == 0 && in fasttrap_pid_probe32()
1204 taken = (regs32->efl & FASTTRAP_EFLAGS_SF) != 0; in fasttrap_pid_probe32()
[all …]
/xnu-11215.1.10/bsd/dev/arm64/
H A Dfasttrap_isa.c324 int taken = 0; local
331 case 0: taken = zf; break;
332 case 1: taken = !zf; break;
333 case 2: taken = cf; break;
334 case 3: taken = !cf; break;
335 case 4: taken = nf; break;
336 case 5: taken = !nf; break;
337 case 6: taken = vf; break;
338 case 7: taken = !vf; break;
339 case 8: taken = (cf && !zf); break;
[all …]
/xnu-11215.1.10/libkern/kmod/
H A DREADME8 # care is taken to keep them in Sync.
/xnu-11215.1.10/bsd/kern/
H A Dvsock_domain.c109 bool taken = false; in vsock_bind_address_if_free() local
123 taken = true; in vsock_bind_address_if_free()
129 if (!taken) { in vsock_bind_address_if_free()
136 return taken ? EADDRINUSE : 0; in vsock_bind_address_if_free()
/xnu-11215.1.10/doc/debugging/
H A Dtask_ref.md26 _leaks_ commonly occur. This happens when a reference is taken but never
H A Ddebugging.md195 …should be taken and then inspected afterwards, but this ties up a lab device for the duration of t…
/xnu-11215.1.10/doc/observability/
H A Dmt_stackshot.md16 When a stackshot is taken, the initiating CPU (the CPU from which stackshot was
140 stackshot will not be taken.
H A Drecount.md111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
/xnu-11215.1.10/osfmk/tests/
H A DREADME.md107 … widget function is called and the return value determines what action is taken. For example a wid…
/xnu-11215.1.10/doc/vm/
H A Dmemorystatus.md58 Most of the monitoring and actions taken by the memorystatus subsystem happen in the `memorystatus_…
124 …ctions to take when `memorystatus_available_pages` is low. Each action is taken until `memorystatu…
/xnu-11215.1.10/tests/
H A Dstackshot_tests.m326 T_DECL(kcdata, "test that kcdata stackshots can be taken and parsed", T_META_TAG_VM_PREFERRED)
400 …XPECT_LT(pre.ss_count, post.ss_count, "stackshot count should increase when a stackshot is taken");
401 …pre.ss_duration, post.ss_duration, "stackshot duration should increase when a stackshot is taken");
406 T_DECL(kcdata_faulting, "test that kcdata stackshots while faulting can be taken and parsed", T_MET…
/xnu-11215.1.10/
H A DREADME.md466 2. *New Features* If the code you are guarding, when taken together,
H A DAPPLE_LICENSE24 Modifications, taken alone or in combination with Original Code.