Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/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-10063.141.1/libkern/kmod/ !
H A DREADME8 # care is taken to keep them in Sync.
/xnu-10063.141.1/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-10063.141.1/doc/debugging/ !
H A Dtask_ref.md26 _leaks_ commonly occur. This happens when a reference is taken but never
H A Ddebugging.md199 …should be taken and then inspected afterwards, but this ties up a lab device for the duration of t…
/xnu-10063.141.1/osfmk/tests/ !
H A DREADME.md107 … widget function is called and the return value determines what action is taken. For example a wid…
/xnu-10063.141.1/doc/observability/ !
H A Drecount.md111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
/xnu-10063.141.1/doc/vm/ !
H A Dmemorystatus.md58 Most of the monitoring and actions taken by the memorystatus subsystem happen in the `memorystatus_…
/xnu-10063.141.1/tests/ !
H A Dstackshot_tests.m308 T_DECL(kcdata, "test that kcdata stackshots can be taken and parsed")
382 …XPECT_LT(pre.ss_count, post.ss_count, "stackshot count should increase when a stackshot is taken");
383 …pre.ss_duration, post.ss_duration, "stackshot duration should increase when a stackshot is taken");
388 T_DECL(kcdata_faulting, "test that kcdata stackshots while faulting can be taken and parsed")
/xnu-10063.141.1/ !
H A DREADME.md454 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.