Go to the documentation of this file.
9 #ifndef _ASM_IA64_SN_GEO_H
10 #define _ASM_IA64_SN_GEO_H
80 #define GEO_MAX_LEN 48
84 #define GEO_TYPE_INVALID 0
85 #define GEO_TYPE_MODULE 1
86 #define GEO_TYPE_NODE 2
87 #define GEO_TYPE_RTR 3
88 #define GEO_TYPE_IOCNTL 4
89 #define GEO_TYPE_IOCARD 5
90 #define GEO_TYPE_CPU 6
91 #define GEO_TYPE_MEM 7
92 #define GEO_TYPE_MAX (GEO_TYPE_MEM+1)
95 #define GEO_COMPT_MODULE 1
96 #define GEO_COMPT_SLAB 2
97 #define GEO_COMPT_IOBUS 3
98 #define GEO_COMPT_IOSLOT 4
99 #define GEO_COMPT_CPU 5
100 #define GEO_COMPT_MEMBUS 6
101 #define GEO_COMPT_MEMSLOT 7
103 #define GEO_INVALID_STR "<invalid>"
105 #define INVALID_NASID ((nasid_t)-1)
106 #define INVALID_CNODEID ((cnodeid_t)-1)
107 #define INVALID_PNODEID ((pnodeid_t)-1)
108 #define INVALID_SLAB (slabid_t)-1
109 #define INVALID_SLOT (slotid_t)-1
110 #define INVALID_MODULE ((moduleid_t)-1)