sysinfo.h 775 B

1234567891011121314151617181920212223242526272829303132
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * include/asm-alpha/sysinfo.h
  4. */
  5. #ifndef __ASM_ALPHA_SYSINFO_H
  6. #define __ASM_ALPHA_SYSINFO_H
  7. /* This defines the subset of the OSF/1 getsysinfo/setsysinfo calls
  8. that we support. */
  9. #define GSI_UACPROC 8
  10. #define GSI_IEEE_FP_CONTROL 45
  11. #define GSI_IEEE_STATE_AT_SIGNAL 46
  12. #define GSI_PROC_TYPE 60
  13. #define GSI_GET_HWRPB 101
  14. #define SSI_NVPAIRS 1
  15. #define SSI_LMF 7
  16. #define SSI_IEEE_FP_CONTROL 14
  17. #define SSI_IEEE_STATE_AT_SIGNAL 15
  18. #define SSI_IEEE_IGNORE_STATE_AT_SIGNAL 16
  19. #define SSI_IEEE_RAISE_EXCEPTION 1001 /* linux specific */
  20. #define SSIN_UACPROC 6
  21. #define UAC_BITMASK 7
  22. #define UAC_NOPRINT 1
  23. #define UAC_NOFIX 2
  24. #define UAC_SIGBUS 4
  25. #endif /* __ASM_ALPHA_SYSINFO_H */