| /xnu-11417.121.6/libsyscall/wrappers/ |
| H A D | thread_register_state.c | 45 thread_state_flavor_t flavor = x86_THREAD_STATE32; in thread_get_register_pointer_values() local 49 thread_state_flavor_t flavor = x86_THREAD_STATE64; in thread_get_register_pointer_values() local 53 thread_state_flavor_t flavor = ARM_THREAD_STATE; in thread_get_register_pointer_values() local 57 thread_state_flavor_t flavor = ARM_THREAD_STATE64; in thread_get_register_pointer_values() local
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | thread_act.c | 118 thread_set_state_allowed(thread_t thread, int flavor, task_t curr_task) in thread_set_state_allowed() 598 thread_flavor_t flavor, in thread_info() 625 int flavor, in thread_get_state_internal() 689 int flavor, in thread_get_state() 699 int flavor, in thread_get_state_to_user() 713 int flavor, in thread_set_state_internal() 809 int flavor, in thread_set_state() 819 int flavor, in thread_set_state_from_user() 831 thread_state_flavor_t flavor, in thread_convert_thread_state() 1022 int flavor, in thread_setstatus() [all …]
|
| H A D | ux_handler.c | 203 __unused int *flavor, in catch_exception_raise_state() 218 __unused int *flavor, in catch_mach_exception_raise_state() 235 __unused int *flavor, in catch_exception_raise_state_identity() 252 __unused int *flavor, in catch_mach_exception_raise_state_identity() 292 __unused int *flavor, in catch_mach_exception_raise_state_identity_protected()
|
| H A D | ipc_tt.c | 1706 mach_thread_flavor_t flavor) in thread_get_special_port_internal() 1797 mach_thread_flavor_t flavor; in thread_get_special_port_from_user() local 1849 mach_thread_flavor_t flavor) in special_port_allowed_with_thread_flavor() 1976 mach_task_flavor_t flavor) in task_get_special_port_internal() 2100 mach_task_flavor_t flavor; in task_get_special_port_from_user() local 2158 mach_task_flavor_t flavor) in special_port_allowed_with_task_flavor() 2484 int flavor) /* control or read */ in task_conversion_eval_internal() 2575 task_conversion_eval(task_t caller, task_t victim, int flavor) in task_conversion_eval() 2584 task_conversion_eval_out_trans(task_t caller, task_t victim, int flavor) in task_conversion_eval_out_trans() 2599 mach_task_flavor_t flavor) in task_port_kotype_valid_for_flavor() [all …]
|
| H A D | host.c | 189 host_info(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_info() 405 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() 654 get_host_info_data_index(bool is_stat64, host_flavor_t flavor, mach_msg_type_number_t* count, kern_… in get_host_info_data_index() 733 rate_limit_host_statistics(bool is_stat64, host_flavor_t flavor, host_info64_t info, mach_msg_type_… in rate_limit_host_statistics() 912 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64() 951 host_statistics64_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_nu… in host_statistics64_from_user() 978 host_statistics_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_numb… in host_statistics_from_user() 1009 host_priv_statistics(host_priv_t host_priv, host_flavor_t flavor, host_info_t info, mach_msg_type_n… in host_priv_statistics() 1162 processor_flavor_t flavor, in host_processor_info()
|
| H A D | thread_call.c | 278 thread_call_set_flavor(thread_call_t call, thread_call_flavor_t flavor) in thread_call_set_flavor() 303 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_enqueue_tail() local 333 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_dequeue() local 358 thread_call_flavor_t flavor, in thread_call_enqueue_deadline() 470 for (thread_call_flavor_t flavor = 0; flavor < TCF_COUNT; flavor++) { in thread_call_group_setup() local 758 thread_call_flavor_t flavor) in _delayed_call_enqueue() 830 thread_call_flavor_t flavor) in _arm_delayed_call_timer() 1272 thread_call_flavor_t flavor = (flags & THREAD_CALL_CONTINUOUS) ? TCF_CONTINUOUS : TCF_ABSOLUTE; in thread_call_enter_delayed_internal() local 1356 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_cancel_locked() local 1593 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_finish() local [all …]
|
| H A D | thread_policy.c | 266 thread_policy_flavor_t flavor, in thread_policy_set() 342 thread_policy_flavor_t flavor, in thread_policy_set_internal() 1284 thread_policy_flavor_t flavor, in thread_policy_get() 1914 int flavor, in proc_set_thread_policy_with_tid() 1937 int flavor, in proc_set_thread_policy() 1946 int flavor, in proc_set_thread_policy_ext() 2001 int flavor, in proc_set_thread_policy_locked() 2022 int flavor, in proc_set_thread_policy_spinlocked() 2048 int flavor, in thread_set_requested_policy_spinlocked() 2202 int flavor) in proc_get_thread_policy() [all …]
|
| H A D | processor.c | 715 processor_flavor_t flavor, in processor_info_count() 752 processor_flavor_t flavor, in processor_info() 1269 int flavor, in processor_set_info() 1403 int flavor, in processor_set_statistics() 1444 mach_task_flavor_t flavor) in processor_set_things() 1684 mach_task_flavor_t flavor) in processor_set_tasks_internal() 1715 mach_task_flavor_t flavor, in processor_set_tasks_with_flavor()
|
| /xnu-11417.121.6/tests/ipc/ |
| H A D | ipc_read_inspect.c | 51 unsigned int flavor, /* task_flavor_t or thread_flavor_t */ in RESULT_CHECK() 65 task_flavor_t flavor) in test_task_get_special_port() 128 thread_flavor_t flavor) in test_thread_get_special_port() 156 task_flavor_t flavor) in test_task_threads() 217 task_flavor_t flavor) in test_processor_set_tasks() 283 task_flavor_t flavor) in test_task_port_mig_intrans() 444 thread_flavor_t flavor) in test_thread_port_mig_intrans()
|
| H A D | sys_perf_notify_test.c | 35 int * flavor, in catch_mach_exception_raise_state() 53 int * flavor, in catch_mach_exception_raise_state_identity() 72 int * flavor, in catch_mach_exception_raise_state_identity_protected()
|
| H A D | mach_exc_port_substitute.c | 63 __unused int *flavor, in catch_mach_exception_raise_state_identity() 82 __unused int *flavor, in catch_mach_exception_raise_state()
|
| /xnu-11417.121.6/osfmk/i386/ |
| H A D | machine_task.c | 71 int flavor, in machine_task_set_state() 152 int flavor, in machine_task_get_state() 268 int flavor; in machine_thread_inherit_taskwide() local
|
| H A D | cpu.c | 72 __unused processor_flavor_t flavor, in cpu_info_count() 82 processor_flavor_t flavor, in cpu_info()
|
| H A D | pcb.c | 855 __unused thread_flavor_t flavor, in machine_thread_state_convert_to_user() 867 __unused thread_flavor_t flavor, in machine_thread_state_convert_from_user() 906 thread_flavor_t flavor, in machine_thread_set_state() 1300 thread_flavor_t flavor, in machine_thread_get_state() 1854 thread_flavor_t flavor, in machine_thread_get_kern_state()
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | machine_task.c | 69 int flavor, in machine_task_set_state() 150 int flavor, in machine_task_get_state() 233 int flavor; in machine_thread_inherit_taskwide() local
|
| /xnu-11417.121.6/tests/ |
| H A D | immovable_send.c | 34 int * flavor, in catch_mach_exception_raise_state() 52 int * flavor, in catch_mach_exception_raise_state_identity() 168 thread_state_flavor_t flavor; variable
|
| H A D | exc_resource_threads.c | 50 int * flavor, in catch_mach_exception_raise_state() 68 int * flavor, in catch_mach_exception_raise_state_identity()
|
| H A D | reply_port_defense.c | 59 int * flavor, in catch_mach_exception_raise_state() 77 int * flavor, in catch_mach_exception_raise_state_identity() 96 __unused int * flavor, in catch_mach_exception_raise_state_identity_protected()
|
| H A D | hw_breakpoint_step_arm64.c | 55 int * flavor, in catch_mach_exception_raise_state() 73 int * flavor, in catch_mach_exception_raise_state_identity()
|
| H A D | exc_helpers.c | 137 int *flavor, in catch_mach_exception_raise_state_identity_protected() 207 int *flavor, in catch_mach_exception_raise_state() 231 int *flavor, in catch_mach_exception_raise_state_identity()
|
| /xnu-11417.121.6/tests/vm/ |
| H A D | corpse_owned_vmobjects.c | 73 int * flavor, in catch_mach_exception_raise_state() 91 int * flavor, in catch_mach_exception_raise_state_identity() 110 int * flavor, in catch_mach_exception_raise_state_identity_protected()
|
| /xnu-11417.121.6/libsyscall/wrappers/libproc/ |
| H A D | libproc.c | 101 proc_pidinfo(int pid, int flavor, uint64_t arg, void *buffer, int buffersize) in proc_pidinfo() 114 proc_pidoriginatorinfo(int flavor, void *buffer, int buffersize) in proc_pidoriginatorinfo() 126 proc_listcoalitions(int flavor, int coaltype, void *buffer, int buffersize) in proc_listcoalitions() 138 proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) in proc_pid_rusage() 160 proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) in proc_pidfdinfo() 173 proc_pidfileportinfo(int pid, uint32_t fileport, int flavor, void *buffer, int buffersize) in proc_pidfileportinfo() 184 proc_piddynkqueueinfo(int pid, int flavor, kqueue_id_t kq_id, void *buffer, int buffersize) in proc_piddynkqueueinfo() 196 proc_udata_info(int pid, int flavor, void *buffer, int buffersize) in proc_udata_info()
|
| /xnu-11417.121.6/libsyscall/mach/ |
| H A D | exc_catcher_state.c | 48 int *flavor, in internal_catch_exception_raise_state()
|
| H A D | exc_catcher_state_identity.c | 50 int *flavor, in internal_catch_exception_raise_state_identity()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | proc_info.c | 305 proc_info_internal(int callnum, int pid, uint32_t flags, uint64_t ext_id, int flavor, uint64_t arg,… in proc_info_internal() 1631 proc_pidoriginatorinfo(int pid, int flavor, user_addr_t buffer, uint32_t buffersize, int32_t * ret… in proc_pidoriginatorinfo() 1714 proc_listcoalitions(int flavor, int type, user_addr_t buffer, in proc_listcoalitions() 1994 proc_pidinfo(int pid, uint32_t flags, uint64_t ext_id, int flavor, uint64_t arg, user_addr_t buffer… in proc_pidinfo() 2812 proc_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retv… in proc_pidfdinfo() 3105 proc_pidfileportinfo(int pid, int flavor, mach_port_name_t name, in proc_pidfileportinfo() 3161 proc_security_policy(proc_t targetp, __unused int callnum, __unused int flavor, boolean_t check_sam… in proc_security_policy() 3225 proc_setcontrol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, __unuse… in proc_setcontrol() 3320 proc_dirtycontrol(int pid, int flavor, uint64_t arg, int32_t *retval) in proc_dirtycontrol() 3415 proc_dirtycontrol(__unused int pid, __unused int flavor, __unused uint64_t arg, __unused int32_t *r… in proc_dirtycontrol() [all …]
|