__writedr

Microsoft 固有の仕様

指定した値を、指定したデバッグ レジスタに書き込みます。

構文

void __writedr(unsigned DebugRegister, unsigned DebugValue); /* x86 */
void __writedr(unsigned DebugRegister, unsigned __int64 DebugValue); /* x64 */

パラメーター

DebugRegister
[in] デバッグ レジスタを識別する 0 から 7 の数。

DebugValue
[in]デバッグ レジスタに書き込む値。

解説

これらの組み込みはカーネル モードでのみ使用できます。ルーチンは組み込みとしてのみ使用できます。

必要条件

Intrinsic アーキテクチャ
__writedr x86、x64

ヘッダー ファイル<intrin.h>

Microsoft 固有の仕様はここまで

関連項目

コンパイラの組み込み
__readdr