Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dconfigurator_vm_wire.c78 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 Dconfigurator_fault.c154 assert(checker->kind == Allocation || checker->kind == Hole); in test_fault_one_submap()
184 case Allocation: in test_fault_common()
H A Dconfigurator_vm_inherit.c68 if (checker->kind == Allocation) { in checker_perform_vm_inherit()
H A Dconfigurator_vm_behavior_set.c51 if (checker->kind == Allocation && in write_one_memory()
413 if (checker->kind != Allocation) { in vm_behavior_zero()
H A Dconfigurator_test.c148 assert(checker->kind == Allocation); in assert_allocation_checker()
/xnu-12377.61.12/tests/vm/configurator/
H A Dvm_configurator_tests.h1284 [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 Dvm_configurator.c1608 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 Dvm_configurator.h219 Allocation, enumerator
318 .kind = Allocation, \
/xnu-12377.61.12/osfmk/kern/
H A Dexclaves_memory.c151 #pragma mark Allocation/Free
/xnu-12377.61.12/doc/allocators/
H A Dguard-objects.md13 Allocation policies are assigned to particular regions of kernel address space.
H A Dapi-basics.md45 ## Allocation flags
/xnu-12377.61.12/bsd/kern/code_signing/
H A Dtxm.c226 #pragma mark Page Allocation
/xnu-12377.61.12/libkern/c++/
H A DOSKext.cpp634 #pragma mark KXLD Allocation Callback