📄 mmuarchvars.c
字号:
/* mmuArchVars.c - globals for PowerPC MMU *//* Copyright 1998-2003 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01b,02jan03,jtp SPR 82770 add PPC440 arch/cache shared variables01a,06nov98,rew written*//*DESCRIPTIONThis module contains MMU library global variables that can be used byother libraries even when MMU is not selected in the BSP. On CPUs thatdo not support MMU or when MMU is not used, the following variablesassume that MMU is disabled.*//* includes */#include "vxWorks.h"/* globals */#ifdef _WRS_I_CACHE_TAG_VIRTUALUINT32 mmuPpcSelected = 0; /* MMU config (MMU_INST|MMU_DATA) */#else /* _WRS_I_CACHE_TAG_VIRTUAL */BOOL mmuPpcIEnabled = FALSE; /* Instruction MMU State */BOOL mmuPpcDEnabled = FALSE; /* Data MMU State */#endif /* _WRS_I_CACHE_TAG_VIRTUAL */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -