Searched refs:Allocation (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_vm_wire.c | 78 if (limit.head && limit.head->kind == Allocation && in checker_perform_vm_unwire_with_holes() 87 if (checker->kind == Allocation) { in checker_perform_vm_unwire_with_holes() 161 if (checker->kind != Allocation) { in checker_perform_failed_vm_wire() 187 if (checker != limit.tail && checker->next->kind != Allocation) { in checker_perform_failed_vm_wire() 431 if (checker->kind == Allocation) { in vm_unwire_holes()
|
| H A D | configurator_fault.c | 154 assert(checker->kind == Allocation || checker->kind == Hole); in test_fault_one_submap() 184 case Allocation: in test_fault_common()
|
| H A D | configurator_vm_inherit.c | 68 if (checker->kind == Allocation) { in checker_perform_vm_inherit()
|
| H A D | configurator_vm_behavior_set.c | 51 if (checker->kind == Allocation && in write_one_memory() 413 if (checker->kind != Allocation) { in vm_behavior_zero()
|
| H A D | configurator_test.c | 148 assert(checker->kind == Allocation); in assert_allocation_checker()
|
| /xnu-12377.61.12/tests/vm/configurator/ |
| H A D | vm_configurator_tests.h | 1284 [Allocation] = vm_entry_template(), in configure_submap_beafterfore_entry() 1288 assert(first == Hole || first == Allocation || first == Submap); in configure_submap_beafterfore_entry() 1289 assert(second == Hole || second == Allocation || second == Submap); in configure_submap_beafterfore_entry() 1307 "submap > submap before allocation", Submap, Allocation, in configure_submap_before_allocation() 1315 "submap > submap before allocation, read-only", Submap, Allocation, in configure_submap_before_allocation_ro() 1323 "submap > submap after allocation", Allocation, Submap, in configure_submap_after_allocation() 1331 "submap > submap after allocation, read-only", Allocation, Submap, in configure_submap_after_allocation_ro()
|
| H A D | vm_configurator.c | 1608 list, Allocation, address, size, in make_checker_for_vm_allocate() 2523 assert(tmpl->kind == Allocation); in create_vm_state() 2732 assert(tmpl->kind == Allocation); in create_vm_state() 2828 assert(checker->kind == Allocation || checker->kind == Submap); in checker_deallocate_allocation() 2878 if (checker->kind == Allocation || checker->kind == Submap) { in deallocate_vm_allocations() 2934 assert(checker->kind == Allocation || checker->kind == Submap); in verify_allocation() 3186 case Allocation: in verify_vm_state_nested() 3253 case Allocation: in get_expected_errors_for_faults() 3683 if (checker->kind != Allocation) { in checker_list_find_allocation() 3727 return (left->kind == Allocation && right->kind == Allocation) || in can_simplify_kind() [all …]
|
| H A D | vm_configurator.h | 219 Allocation, enumerator 318 .kind = Allocation, \
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | exclaves_memory.c | 151 #pragma mark Allocation/Free
|
| /xnu-12377.61.12/doc/allocators/ |
| H A D | guard-objects.md | 13 Allocation policies are assigned to particular regions of kernel address space.
|
| H A D | api-basics.md | 45 ## Allocation flags
|
| /xnu-12377.61.12/bsd/kern/code_signing/ |
| H A D | txm.c | 226 #pragma mark Page Allocation
|
| /xnu-12377.61.12/libkern/c++/ |
| H A D | OSKext.cpp | 634 #pragma mark KXLD Allocation Callback
|