X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..440d4c6cfad24426bfddca7518f16c17f4e443f7:/osfmk/man/processor_control.html diff --git a/osfmk/man/processor_control.html b/osfmk/man/processor_control.html index faa83aabd..034bc2fda 100755 --- a/osfmk/man/processor_control.html +++ b/osfmk/man/processor_control.html @@ -1 +1,51 @@ -
Function - Perform caller-specified operation on target processor. (Protected Interface.)
kern_return_t processor_control (processor_t processor, processor_info_t cmd, mach_msg_type_number_t* count);
The processor_control function allows privileged software to control a processor in a multi-processor that so allows it. The interpretation of cmd is machine dependent.
These operations are machine dependent. They may do nothing.
Functions: processor_start, processor_exit, processor_info, host_processors. \ No newline at end of file +
+Function - Perform caller-specified operation on target processor. (Protected Interface.) +
+kern_return_t processor_control + (processor_t processor, + processor_info_t cmd, + mach_msg_type_number_t* count); ++
+The processor_control function allows privileged software +to control a +processor in a multi-processor that so allows it. The interpretation +of cmd is machine +dependent. +
+These operations are machine dependent. They may do nothing. +
+Functions: +processor_start, +processor_exit, +processor_info, +host_processors.