Lines Matching full:the
5 The /sys/firmware/sgi_uv directory contains information
6 about the UV platform.
17 The archtype entry contains the UV architecture type that
19 It can be set via the OEM_ID in the ACPI MADT table or by
22 The hub_type entry is used to select the type of hub which is
24 the file uv_hub.h to get the definitions.
26 The hubless entry basically is present and set only if there
27 is no hub. In this case the hub_type entry is not present.
29 The partition_id entry contains the partition id.
32 of the operating system. Each partition will have a unique
35 The coherence_id entry contains the coherence id.
37 domains. The coherence id indicates which coherence domain
40 The uv_type entry contains the hub revision number.
41 This value can be used to identify the UV system version::
50 The /sys/firmware/sgi_uv directory also contains two directories::
55 The hubs directory contains a number of hub objects, each representing
56 a UV Hub visible to the BIOS. Each hub object's name is appended by a
68 The cnode entry contains the cnode number of the corresponding hub.
69 If a cnode value is not applicable, the value returned will be -1.
71 The location entry contains the location string of the corresponding hub.
74 The name entry contains the name of the corresponding hub. This name can
77 "UVHub x.x" = A 'node' ASIC, connecting a CPU to the interconnect
78 fabric. The 'x.x' value represents the ASIC revision.
82 the interconnect fabric. The 'x' value representing
83 the fabric technology version. (ex. 'NL8Router')
85 The nasid entry contains the nasid number of the corresponding hub.
86 If a nasid value is not applicable, the value returned will be -1.
88 The shared entry contains a boolean value describing whether the
91 The this_partition entry contains a boolean value describing whether
92 the corresponding hub is local to the current partition.
95 each representing a fabric port on the corresponding hub.
104 The conn_hub entry contains a value representing the unique
105 ordinal value of the hub on the other end of the fabric
106 cable plugged into the port. If the port is disconnected,
107 the value returned will be -1.
109 The conn_port entry contains a value representing the unique
110 ordinal value of the port on the other end of the fabric cable
111 plugged into the port. If the port is disconnected, the value
124 The pcibuses directory contains a number of PCI bus objects.
136 The type entry contains a value describing the type of IO at
137 the corresponding PCI bus address. Known possible values
147 The location entry contains the location string of the UV Hub
148 of the CPU physically connected to the corresponding PCI bus.
150 The slot entry contains the physical slot number of the
154 The ppb_addr entry contains the PCI address string of the
155 bridged PCI bus. This entry is only present when the PCI bus
158 The iio_stack entry contains a value describing the IIO stack
159 number that the corresponding PCI bus object is connected to.