Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The INVALID_EXTENDED_PROCESSOR_STATE bug check has a value of 0x00000131. This indicates that an invalid combination of parameters was detected while saving or restoring extended processor state.
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
INVALID_EXTENDED_PROCESSOR_STATE Parameters
Parameter one indicates which validity check failed.
Parameter | Description |
---|---|
1 | 0 - Invalid feature mask was passed or extended processor state is not enabled. |
2 | Nonzero if extended state is enabled. |
3 | The low 32 bits of the feature mask. |
4 | The high 32 bits of the feature mask. |
Parameter | Description |
---|---|
1 | 1 - An attempt to save or restore extended state was made at IRQL higher than DISPATCH_LEVEL. |
2 | The IRQL |
3 | Reserved |
4 | Reserved |
Parameter | Description |
---|---|
1 | 2 - The previously saved state is for an equal or higher level. |
2 | The saved level. |
3 | The current level. |
4 | Reserved |
Parameter | Description |
---|---|
1 | 3 - The previously saved state is for a different thread. |
2 | The saved thread. |
3 | The current thread. |
4 | Reserved |
Parameter | Description |
---|---|
1 | 4 - Previously saved state is for a different level. |
2 | The saved level. |
3 | The current level. |
4 | Reserved |