Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.61.12/osfmk/arm/
H A Dmachine_routines_apple.c141 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 Dthread_call_race_71455282.c13 #define expect(e) if (-1 == (e)) edie(#e) macro
H A Dstackshot_accuracy.m208 * ts_pid will be the pid we expect
H A Dstackshot_tests.m1930 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 DOSPtr.h59 (which would return shared pointers where you expect raw \
/xnu-12377.61.12/osfmk/vm/
H A Dvm_tests.c236 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 Dport_types.md138 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 Dstartup.md286 Denotes that subsystems that expect to operate with
/xnu-12377.61.12/doc/allocators/
H A Dread-only.md69 relationships, we can validate the ownership invariant that we expect to hold.
H A Dapi-basics.md273 respectively. They expect both their pointer and size arguments to be
/xnu-12377.61.12/bsd/miscfs/devfs/
H A DREADME9 expect it to be highly useless for a while,
/xnu-12377.61.12/doc/arm/
H A Dapple_speculative_hardening.md31 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 Datomics.md59 optimizations with relaxed atomics, that most developers will not expect.
/xnu-12377.61.12/doc/debugging/
H A Ddebugging.md128 Python's int has unlimited precision. This may be surprising for kernel developers who expect
/xnu-12377.61.12/doc/scheduler/
H A Dsched_clutch_edge.md190 …implement passenger tax reduction policies and co-locate workloads which expect similar performanc…