Searched refs:SAL_partid (Results 1 – 3 of 3) sorted by relevance
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()
54 * SAL_signature, SAL_version, SAL_partid, and SAL_nasids_size. The85 short SAL_partid; /* SAL: partition ID */ member
815 short partid = remote_rp->SAL_partid; in xpc_request_partition_activation_uv()