Searched refs:three (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.61.12/doc/debugging/ |
| H A D | macro_testing.md | 49 A test developer has three options how to handle mocking in a test:
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_test.c | 835 mach_vm_address_t three = two + entry_size; in test_shared_entry_pairs() local 836 mach_vm_address_t four = three + entry_size; in test_shared_entry_pairs() 839 test_one_shared_pair(checker_list, two, three, entry_size, 0); in test_shared_entry_pairs()
|
| /xnu-12377.61.12/doc/observability/ |
| H A D | recount.md | 109 Since three entities need to be updated at once (thread, task, and processor), only the last update…
|
| /xnu-12377.61.12/doc/mach_ipc/ |
| H A D | kmsg.md | 416 interact with Mach is via three calls:
|
| /xnu-12377.61.12/doc/building/ |
| H A D | xnu_build_consolidation.md | 13 Given the time it takes to compile all three different variants (release, debug and development) fo…
|
| /xnu-12377.61.12/doc/allocators/ |
| H A D | xnu-kernel-restricted.md | 38 …for kernel-private memory: `XNU_KERNEL_RESTRICTED` (X_K_R). This type has three special policies t…
|
| H A D | guard-objects.md | 30 A chunk can be in three states: *empty* if all its slots are free, *partial* if
|
| /xnu-12377.61.12/doc/vm/ |
| H A D | memorystatus.md | 149 NB: There are technically three memorystatus threads: `VM_memorystatus_1`, `VM_memorystatus_2`, and…
|
| H A D | sanitize.md | 40 VM functions can be called from three places: userspace, kexts, and xnu itself.
|
| /xnu-12377.61.12/makedefs/ |
| H A D | MakeInc.top | 108 # Target configs come in groups of three parameters. The first is the
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | memory.py | 4009 three = two ^ bucket_hash 4010 four = one + three
|