__rsmĀ
Microsoft Specific
Emits the IPF Reset System Mask (rsm) instruction.
void __rsm(
int Mask
);
Parameters
- [in] Mask
The value whose complement is ANDed with the system mask. Must be a compile time constant.
Requirements
Intrinsic | Architecture |
---|---|
__rsm |
IPF |
Header file <intrin.h>
Remarks
The complement of the Mask parameter is used with an AND operation with the system mask to determine the new system mask value.
This intrinsic is available in kernel mode only, and the routine is only available as an intrinsic.