Searched refs:expect (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.61.12/osfmk/arm/ |
| H A D | machine_routines_apple.c | 141 const uint64_t expect = hid16 | ARM64_REG_HID16_leqThrottleAggr; in configure_late_apple_regs() local 142 if (expect != hid16) { in configure_late_apple_regs() 143 panic("HID16 not as expected, Got: 0x%llx, Expected: 0x%llx", hid16, expect); in configure_late_apple_regs()
|
| /xnu-12377.61.12/tests/ |
| H A D | thread_call_race_71455282.c | 13 #define expect(e) if (-1 == (e)) edie(#e) macro
|
| H A D | stackshot_accuracy.m | 208 * ts_pid will be the pid we expect
|
| H A D | stackshot_tests.m | 1930 SRP_TEST_THREAD, /* expect waiter on current thread */ 1931 SRP_TEST_PID, /* expect waiter on current PID */ 2940 T_LOG("device running with locally built shared cache, expect shared cache layout");
|
| /xnu-12377.61.12/libkern/libkern/c++/ |
| H A D | OSPtr.h | 59 (which would return shared pointers where you expect raw \
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_tests.c | 236 unsigned char expect[9] = in vm_test_collapse_compressor() local 248 if (actual[i] != expect[i]) { in vm_test_collapse_compressor() 259 expect[0], expect[1], expect[2], expect[3], in vm_test_collapse_compressor() 260 expect[4], expect[5], expect[6], expect[7], in vm_test_collapse_compressor() 261 expect[8], in vm_test_collapse_compressor()
|
| /xnu-12377.61.12/doc/mach_ipc/ |
| H A D | port_types.md | 138 synchronous IPC where you send a message to a peer and expect a single message 171 If you violate the security policies outlined above, expect to receive a
|
| /xnu-12377.61.12/doc/lifecycle/ |
| H A D | startup.md | 286 Denotes that subsystems that expect to operate with
|
| /xnu-12377.61.12/doc/allocators/ |
| H A D | read-only.md | 69 relationships, we can validate the ownership invariant that we expect to hold.
|
| H A D | api-basics.md | 273 respectively. They expect both their pointer and size arguments to be
|
| /xnu-12377.61.12/bsd/miscfs/devfs/ |
| H A D | README | 9 expect it to be highly useless for a while,
|
| /xnu-12377.61.12/doc/arm/ |
| H A D | apple_speculative_hardening.md | 31 channels could be exploited, we expect that real-world adversaries will continue 47 As such, we expect that it is not only necessary to mitigate Spectre V1 for a 283 size class, in general we expect that attacks between allocations of the same 559 data may have been loaded and operated on, we do not expect the data will 740 such, we expect that—in practice—its bounds are valid *even under speculation*.
|
| /xnu-12377.61.12/doc/primitives/ |
| H A D | atomics.md | 59 optimizations with relaxed atomics, that most developers will not expect.
|
| /xnu-12377.61.12/doc/debugging/ |
| H A D | debugging.md | 128 Python's int has unlimited precision. This may be surprising for kernel developers who expect
|
| /xnu-12377.61.12/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 190 …implement passenger tax reduction policies and co-locate workloads which expect similar performanc…
|