Searched refs:vm_op (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/vm_memory_tests_src/ |
| H A D | common.c | 101 int vm_op) in mach_server_contruct_payload() argument 114 message->vm_op = vm_op; in mach_server_contruct_payload() 165 message->vm_op = VM_OP_EXIT_ERROR; in server_error_out()
|
| H A D | vm_tests.c | 47 …x, %d - %d\n", message->address, message->size, message->misoffset, message->vm_op, message->copy); in mach_vm_client() 50 switch (message->vm_op) { in mach_vm_client() 368 message.vm_op = VM_OP_NONE; in mach_server_make_memory_entry() 376 message.vm_op = VM_OP_UNMAP; in mach_server_make_memory_entry() 398 message.vm_op = VM_OP_UNMAP; in mach_server_make_memory_entry() 512 message.vm_op = VM_OP_NONE; in mach_server_read() 519 message.vm_op = VM_OP_UNMAP; in mach_server_read() 640 message.vm_op = VM_OP_NONE; in mach_server_remap() 648 message.vm_op = VM_OP_UNMAP; in mach_server_remap() 669 message.vm_op = VM_OP_UNMAP; in mach_server_remap()
|
| H A D | mach_vm_tests.h | 40 int vm_op; member
|
| H A D | server.c | 57 message->vm_op = VM_OP_EXIT; in main()
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_stress.cpp | 141 using vm_op = std::function<bool (Mapping *)>; typedef in Mapping 352 run_op(const std::pair<vm_op, std::string> *op) in run_op() argument 456 static inline std::vector<std::pair<vm_op, const std::string> > ops = { 1008 using vm_op = std::function<bool (Mapping *)>; typedef in Memory 1053 const std::pair<vm_op, std::string> *op, uint32_t op_idx) in run_op_on_all_mappings() argument 1069 std::pair<vm_op, std::string> *op, uint32_t thread_number) in num2op() argument 1093 std::pair<vm_op, std::string> operation; in start_thread()
|