By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
| FPEXC, floating point exception register for thread- stored and loaded on context switches
+
|}
+
+
When switching thread contexts the kernel does, in order:
+
+
* Load FPEXC
+
* Save the LR to r1- this LR is the return back to the main scheduling and context switching function
+
* Load r4-r11, SP, LR
+
* Branch back to r1, preserving the LR which was just reloaded, back to the main scheduling function, but in the context of the newly switched-to thread