The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/include/asm-alpha/sysinfo.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: ca853e49c60d6388ac747e9c4ce9d3e5


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.