Lines Matching full:partition
11 * Cross Partition Communication (XPC) partition support.
28 /* this partition's reserved page pointers */
63 * Given a nasid, get the physical address of the partition's reserved page
127 * Fill the partition reserved page with the information needed by
185 * This signifies to the remote partition that our reserved in xpc_setup_rsvd_page()
205 * Get a copy of a portion of the remote partition's rsvd page.
261 * See if the other side has responded to a partition deactivate request
262 * from us. Though we requested the remote partition to deactivate with regard
285 "partition %d timed out\n", partid); in __xpc_partition_disengaged()
317 * Mark specified partition as active.
325 dev_dbg(xpc_part, "setting partition %d to ACTIVE\n", XPC_PARTID(part)); in xpc_mark_partition_active()
341 * Start the process of deactivating the specified partition.
355 /* we interrupt ourselves to reactivate partition */ in xpc_deactivate_partition()
374 /* ask remote partition to deactivate with regard to us */ in xpc_deactivate_partition()
382 dev_dbg(xpc_part, "bringing partition %d down, reason = %d\n", in xpc_deactivate_partition()
389 * Mark specified partition as inactive.
396 dev_dbg(xpc_part, "setting partition %d to INACTIVE\n", in xpc_mark_partition_inactive()
406 * SAL has provided a partition and machine mask. The partition mask
407 * contains a bit for each even nasid in our partition. The machine
482 "part of the local partition; skipping " in xpc_discovery()
496 "partition which was previously " in xpc_discovery()
526 * Given a partid, get the nasids owned by that partition from the
527 * remote partition's reserved page.