📄 cachearmsa110lib.h
字号:
/* cacheArmSA110Lib.h - ARM SA-110 cache library header file *//* Copyright 1998-1999 Wind River Systems, Inc. *//*modification history--------------------01b,20jan99,cdp removed support for old ARM libraries.01a,24nov98,jpd created*/#ifndef __INCcacheArmSA110Libh#define __INCcacheArmSA110Libh#ifdef __cplusplusextern "C" {#endif#define D_CACHE_SIZE (16*1024) /* 16 kbytes DCache */#ifndef _ASMLANGUAGEIMPORT void cacheArmSA110LibInstall (void * (* physToVirt) (void * addr), void * (* virtToPhys) (void * addr));IMPORT void cacheArmSA110DClearDisable (void);IMPORT void cacheArmSA110DFlush (void * addr);IMPORT void cacheArmSA110DFlushAll (void);IMPORT void cacheArmSA110DInvalidateAll (void);IMPORT void cacheArmSA110DInvalidate (void * addr);IMPORT void cacheArmSA110IInvalidateAll (void);IMPORT void cacheArmSA110DClearAll (void);IMPORT void cacheArmSA110DClear (void * addr);IMPORT void cacheArmSA110IClearDisable (void);IMPORT void cacheArmSA110ArchPipeFlush (void);#endif /* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCcacheArmSA110Libh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -