Searched refs:SAL_partid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpc_partition.c | 151 /* SAL_versions < 3 had a SAL_partid defined as a u8 */ in xpc_setup_rsvd_page() 152 rp->SAL_partid &= 0xff; in xpc_setup_rsvd_page() 154 BUG_ON(rp->SAL_partid != xp_partition_id); in xpc_setup_rsvd_page() 156 if (rp->SAL_partid < 0 || rp->SAL_partid >= xp_max_npartitions) { in xpc_setup_rsvd_page() 158 "supported range (< 0 || >= %d)\n", rp->SAL_partid, in xpc_setup_rsvd_page() 248 if (remote_rp->SAL_partid < 0 || in xpc_get_remote_rp() 249 remote_rp->SAL_partid >= xp_max_npartitions || in xpc_get_remote_rp() 254 if (remote_rp->SAL_partid == xp_partition_id) in xpc_get_remote_rp()
|
H A D | xpc.h | 54 * SAL_signature, SAL_version, SAL_partid, and SAL_nasids_size. The 85 short SAL_partid; /* SAL: partition ID */ member
|
H A D | xpc_uv.c | 900 short partid = remote_rp->SAL_partid; in xpc_request_partition_activation_uv()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpc_partition.c | 151 /* SAL_versions < 3 had a SAL_partid defined as a u8 */ in xpc_setup_rsvd_page() 152 rp->SAL_partid &= 0xff; in xpc_setup_rsvd_page() 154 BUG_ON(rp->SAL_partid != xp_partition_id); in xpc_setup_rsvd_page() 156 if (rp->SAL_partid < 0 || rp->SAL_partid >= xp_max_npartitions) { in xpc_setup_rsvd_page() 158 "supported range (< 0 || >= %d)\n", rp->SAL_partid, in xpc_setup_rsvd_page() 248 if (remote_rp->SAL_partid < 0 || in xpc_get_remote_rp() 249 remote_rp->SAL_partid >= xp_max_npartitions || in xpc_get_remote_rp() 254 if (remote_rp->SAL_partid == xp_partition_id) in xpc_get_remote_rp()
|
H A D | xpc.h | 54 * SAL_signature, SAL_version, SAL_partid, and SAL_nasids_size. The 85 short SAL_partid; /* SAL: partition ID */ member
|
H A D | xpc_uv.c | 900 short partid = remote_rp->SAL_partid; in xpc_request_partition_activation_uv()
|
Completed in 9 milliseconds