ARM64_SYSREG_CRN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// miniport.h

void ARM64_SYSREG_CRN(
  _Reg_
);
View the official Windows Driver Kit DDI reference
// wdm.h

void ARM64_SYSREG_CRN(
  _Reg_
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-miniport-arm64_sysreg_crn)

ARM64_SYSREG_CRN macro (miniport.h)

Description

Returns the CRn field for a given ARM system register encoding value. For more information, see the ARM Architecture Reference Manual.

Parameters

_Reg_

ARM system register encoding value.

Remarks

See also


Windows Driver Kit DDI reference (nf-wdm-arm64_sysreg_crn)

ARM64_SYSREG_CRN macro (wdm.h)

Description

Returns the CRn field for a given ARM system register encoding value. For more information, see the ARM Architecture Reference Manual.

Parameters

_Reg_

ARM system register encoding value.

Remarks

See also