sysinfo.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * include/asm-alpha/sysinfo.h
  3.  */
  4. #ifndef __ASM_ALPHA_SYSINFO_H
  5. #define __ASM_ALPHA_SYSINFO_H
  6. /* This defines the subset of the OSF/1 getsysinfo/setsysinfo calls
  7.    that we support.  */
  8. #define GSI_UACPROC 8
  9. #define GSI_IEEE_FP_CONTROL 45
  10. #define GSI_IEEE_STATE_AT_SIGNAL 46
  11. #define GSI_PROC_TYPE 60
  12. #define GSI_GET_HWRPB 101
  13. #define SSI_NVPAIRS 1
  14. #define SSI_IEEE_FP_CONTROL 14
  15. #define SSI_IEEE_STATE_AT_SIGNAL 15
  16. #define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16
  17. #define SSIN_UACPROC 6
  18. #define UAC_BITMASK 7
  19. #define UAC_NOPRINT 1
  20. #define UAC_NOFIX 2
  21. #define UAC_SIGBUS 4
  22. #ifdef __KERNEL__
  23. /* This is the shift that is applied to the UAC bits as stored in the 
  24.    per-thread flags.  */
  25. #define UAC_SHIFT 6
  26. #endif
  27. #endif /* __ASM_ALPHA_SYSINFO_H */