📄 cachearmsa1100lib.h
字号:
/* cacheArmSA1100Lib.h - ARM SA-1100 cache library header file *//* Copyright 1998 Wind River Systems, Inc. *//*modification history--------------------01a,24nov98,jpd created*/#ifndef __INCcacheArmSA1100Libh#define __INCcacheArmSA1100Libh#ifdef __cplusplusextern "C" {#endif#define D_CACHE_SIZE (8*1024) /* 8 kbytes DCache */#define MINI_CACHE_SIZE 512 /* 512 bytes minicache */#define MINI_CACHE_LINE_SIZE 32 /* 32 bytes per line*/#ifndef _ASMLANGUAGEIMPORT void cacheArmSA1100LibInstall (void * (* physToVirt) (void * addr), void * (* virtToPhys) (void * addr));IMPORT void cacheArmSA1100DClearDisable (void);IMPORT void cacheArmSA1100DFlush (void * addr);IMPORT void cacheArmSA1100DFlushAll (void);IMPORT void cacheArmSA1100DInvalidateAll (void);IMPORT void cacheArmSA1100DInvalidate (void * addr);IMPORT void cacheArmSA1100IInvalidateAll (void);IMPORT void cacheArmSA1100DClearAll (void);IMPORT void cacheArmSA1100DClear (void * addr);IMPORT void cacheArmSA1100IClearDisable (void);IMPORT void cacheArmSA1100ArchPipeFlush (void);#endif /* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCcacheArmSA1100Libh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -