sysinfo.h 712 B

12345678910111213141516171819202122232425262728293031
  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_LMF 7
  15. #define SSI_IEEE_FP_CONTROL 14
  16. #define SSI_IEEE_STATE_AT_SIGNAL 15
  17. #define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16
  18. #define SSI_IEEE_RAISE_EXCEPTION 1001 /* linux specific */
  19. #define SSIN_UACPROC 6
  20. #define UAC_BITMASK 7
  21. #define UAC_NOPRINT 1
  22. #define UAC_NOFIX 2
  23. #define UAC_SIGBUS 4
  24. #endif /* __ASM_ALPHA_SYSINFO_H */