X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/processor_exit.html diff --git a/osfmk/man/processor_exit.html b/osfmk/man/processor_exit.html old mode 100755 new mode 100644 index 0e8cd75e7..e791fd561 --- a/osfmk/man/processor_exit.html +++ b/osfmk/man/processor_exit.html @@ -1 +1,44 @@ -

processor_exit


Function - Exit a processor.

SYNOPSIS

kern_return_t	processor_exit
		(processor_t	processor);

PARAMETERS

processor
[in processor send right] The processor to be controlled.

DESCRIPTION

The processor_exit function allows privileged software to exit a processor in a multi-processor that so allows it. An exited processor is removed from the processor set to which it was assigned and ceases to be active. The interpretation of this operation is machine dependent.

NOTES

This operation is machine dependent. It may do nothing.

CAUTIONS

The ability to restart an exited processor is machine dependent.

RETURN VALUES

KERN_FAILURE
The operation was not performed. A likely reason is that it is not supported on this processor.

RELATED INFORMATION

Functions: processor_control, processor_start, processor_info, host_processors. \ No newline at end of file +

processor_exit

+
+

+Function - Exit a processor. +

SYNOPSIS

+
+kern_return_t	processor_exit
+		(processor_t	processor);
+
+

PARAMETERS

+
+
processor +
+[in processor send right] +The processor to be controlled. +
+

DESCRIPTION

+

+The processor_exit function allows privileged software +to exit a processor in a +multi-processor that so allows it. An exited processor is removed from the +processor set to which it was assigned and ceases to be active. +The interpretation of +this operation is machine dependent. +

NOTES

+

+This operation is machine dependent. It may do nothing. +

CAUTIONS

+

+The ability to restart an exited processor is machine dependent. +

RETURN VALUES

+
+
KERN_FAILURE +
+The operation was not performed. A likely reason is that it +is not supported on this processor. +
+

RELATED INFORMATION

+

+Functions: +processor_control, +processor_start, +processor_info, +host_processors.