Lines Matching refs:to_flags
753 uint32_t to_flags; member
803 if (options.to_flags == 0) { in process_options()
808 if (options.to_flags & VM_TEST_ALLOCATE) { in process_options()
812 if (options.to_flags & VM_TEST_DEALLOCATE) { in process_options()
816 if (options.to_flags & VM_TEST_READ) { in process_options()
820 if (options.to_flags & VM_TEST_WRITE) { in process_options()
824 if (options.to_flags & VM_TEST_PROTECT) { in process_options()
828 if (options.to_flags & VM_TEST_COPY) { in process_options()
4172 test_options.to_flags = VM_TEST_ALLOCATE;
4183 test_options.to_flags = VM_TEST_DEALLOCATE;
4192 test_options.to_flags = VM_TEST_READ;
4201 test_options.to_flags = VM_TEST_WRITE;
4211 test_options.to_flags = VM_TEST_PROTECT;
4220 test_options.to_flags = VM_TEST_COPY;