OS_DisableProtectionUnit

構文

#include <iris/os.h>
void OS_DisableProtectionUnit( void );

引数

なし。

返り値

なし。

説明

プロテクションユニットをディセーブルにします。

内部動作

システム制御コプロセッサ CP15 のレジスタ1を操作します。

参照

OS_EnableProtectionUnit

履歴

2004/01/15 初版