Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/vm/
H A Dvm_allocation.c1663 int test_flag = 1 << i; in test_allocate_with_kernel_flags() local
1666 if (valid_flags & test_flag) { in test_allocate_with_kernel_flags()
1670 bad_flag = test_flag | flag; in test_allocate_with_kernel_flags()
1700 int test_flag = 1 << i; in test_allocate_superpage_with_incompatible_flags() local
1703 if (!(incompatible_flags & test_flag)) { in test_allocate_superpage_with_incompatible_flags()
1707 bad_flag = test_flag | flag | VM_FLAGS_SUPERPAGE_SIZE_ANY; in test_allocate_superpage_with_incompatible_flags()