Home
last modified time | relevance | path

Searched defs:xpc_rsvd_page (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc.h86 struct xpc_rsvd_page { struct
87 u64 SAL_signature; /* SAL: unique signature */
88 u64 SAL_version; /* SAL: version */
89 short SAL_partid; /* SAL: partition ID */
90 short max_npartitions; /* value of XPC_MAX_PARTITIONS */
91 u8 version;
92 u8 pad1[3]; /* align to next u64 in 1st 64-byte cacheline */
93 unsigned long ts_jiffies; /* timestamp when rsvd pg was setup by XPC */
94 union {
102 } sn;
[all …]
Dxpc_partition.c28 struct xpc_rsvd_page *xpc_rsvd_page; variable