Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/dev/i386/ !
H A Dfasttrap_isa.c1175 uint_t taken; in fasttrap_pid_probe32() local
1179 taken = (regs32->efl & FASTTRAP_EFLAGS_OF) != 0; in fasttrap_pid_probe32()
1182 taken = (regs32->efl & FASTTRAP_EFLAGS_OF) == 0; in fasttrap_pid_probe32()
1185 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) != 0; in fasttrap_pid_probe32()
1188 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) == 0; in fasttrap_pid_probe32()
1191 taken = (regs32->efl & FASTTRAP_EFLAGS_ZF) != 0; in fasttrap_pid_probe32()
1194 taken = (regs32->efl & FASTTRAP_EFLAGS_ZF) == 0; in fasttrap_pid_probe32()
1197 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) != 0 || in fasttrap_pid_probe32()
1201 taken = (regs32->efl & FASTTRAP_EFLAGS_CF) == 0 && in fasttrap_pid_probe32()
1205 taken = (regs32->efl & FASTTRAP_EFLAGS_SF) != 0; in fasttrap_pid_probe32()
[all …]
/xnu-8792.41.9/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-8792.41.9/libkern/kmod/ !
H A DREADME8 # care is taken to keep them in Sync.
/xnu-8792.41.9/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-8792.41.9/doc/ !
H A Dtask_ref.md24 _leaks_ commonly occur. This happens when a reference is taken but never
H A Drecount.md99 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
H A Ddebugging.md374 …should be taken and then inspected afterwards, but this ties up a lab device for the duration of t…
/xnu-8792.41.9/osfmk/tests/ !
H A DREADME.md107 … widget function is called and the return value determines what action is taken. For example a wid…
/xnu-8792.41.9/doc/memorystatus/ !
H A Doverview.md63 Most of the monitoring and actions taken by the memorystatus subsystem happen in the `memorystatus_…
/xnu-8792.41.9/tests/ !
H A Dstackshot_tests.m297 T_DECL(kcdata, "test that kcdata stackshots can be taken and parsed")
371 …XPECT_LT(pre.ss_count, post.ss_count, "stackshot count should increase when a stackshot is taken");
372 …pre.ss_duration, post.ss_duration, "stackshot duration should increase when a stackshot is taken");
377 T_DECL(kcdata_faulting, "test that kcdata stackshots while faulting can be taken and parsed")
/xnu-8792.41.9/ !
H A DREADME.md390 b. *New Features* If the code you are guarding, when taken together,
H A DAPPLE_LICENSE24 Modifications, taken alone or in combination with Original Code.