Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm/
H A Dmachine_routines_apple.c137 const uint64_t expect = hid16 | ARM64_REG_HID16_leqThrottleAggr; in configure_late_apple_regs() local
138 if (expect != hid16) { in configure_late_apple_regs()
139 panic("HID16 not as expected, Got: 0x%llx, Expected: 0x%llx", hid16, expect); in configure_late_apple_regs()
/xnu-11417.101.15/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.m1871 SRP_TEST_THREAD, /* expect waiter on current thread */
1872 SRP_TEST_PID, /* expect waiter on current PID */
2838 T_LOG("device running with locally built shared cache, expect shared cache layout");
/xnu-11417.101.15/libkern/libkern/c++/
H A DOSPtr.h59 (which would return shared pointers where you expect raw \
/xnu-11417.101.15/osfmk/vm/
H A Dvm_tests.c230 unsigned char expect[9] = in vm_test_collapse_compressor() local
242 if (actual[i] != expect[i]) { in vm_test_collapse_compressor()
253 expect[0], expect[1], expect[2], expect[3], in vm_test_collapse_compressor()
254 expect[4], expect[5], expect[6], expect[7], in vm_test_collapse_compressor()
255 expect[8], in vm_test_collapse_compressor()
/xnu-11417.101.15/doc/lifecycle/
H A Dstartup.md282 Denotes that subsystems that expect to operate with
/xnu-11417.101.15/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-11417.101.15/bsd/miscfs/devfs/
H A DREADME9 expect it to be highly useless for a while,
/xnu-11417.101.15/doc/primitives/
H A Datomics.md59 optimizations with relaxed atomics, that most developers will not expect.
/xnu-11417.101.15/doc/debugging/
H A Ddebugging.md128 Python's int has unlimited precision. This may be surprising for kernel developers who expect
/xnu-11417.101.15/doc/scheduler/
H A Dsched_clutch_edge.md190 …implement passenger tax reduction policies and co-locate workloads which expect similar performanc…