mmuArmXSCALELib.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* mmuArmXSCALELib.h - XScale MMU library header file */
  2. /* Copyright 1998 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01b,23jul01,scm  change XScale name to conform to coding standards...
  7. 01a,31aug00,scm  created.
  8. */
  9. #ifndef __INCmmuArmXSCALELibh
  10. #define __INCmmuArmXSCALELibh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #ifndef _ASMLANGUAGE
  15. IMPORT  void    mmuArmXSCALELibInstall (void * (* physToVirt) (void * addr), void * (* virtToPhys) (void * addr));
  16. IMPORT  void    mmuArmXSCALETtbrSet (LEVEL_1_DESC *);
  17. IMPORT  void    mmuArmXSCALEDacrSet (UINT32 dacrVal);
  18. IMPORT  void    mmuArmXSCALETLBIDFlushEntry (void *addr);
  19. IMPORT  void    mmuArmXSCALETLBIDFlushAll (void);
  20. IMPORT  void    mmuArmXSCALEAEnable (UINT32 cacheState);
  21. IMPORT  void    mmuArmXSCALEADisable (void);
  22. #endif  /* _ASMLANGUAGE */
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif  /* __INCmmuArmXSCALELibh */