Home
last modified time | relevance | path

Searched refs:remote_rp (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/sgi-xp/
Dxpc_partition.c217 struct xpc_rsvd_page *remote_rp, unsigned long *remote_rp_pa) in xpc_get_remote_rp() argument
229 ret = xp_remote_memcpy(xp_pa(remote_rp), *remote_rp_pa, in xpc_get_remote_rp()
236 XPC_RP_PART_NASIDS(remote_rp); in xpc_get_remote_rp()
243 if (remote_rp->ts_jiffies == 0) in xpc_get_remote_rp()
246 if (XPC_VERSION_MAJOR(remote_rp->version) != in xpc_get_remote_rp()
252 if (remote_rp->SAL_partid < 0 || in xpc_get_remote_rp()
253 remote_rp->SAL_partid >= xp_max_npartitions || in xpc_get_remote_rp()
254 remote_rp->max_npartitions <= xp_partition_id) { in xpc_get_remote_rp()
258 if (remote_rp->SAL_partid == xp_partition_id) in xpc_get_remote_rp()
412 struct xpc_rsvd_page *remote_rp; in xpc_discovery() local
[all …]
Dxpc_sn2.c830 xpc_request_partition_activation_sn2(struct xpc_rsvd_page *remote_rp, in xpc_request_partition_activation_sn2() argument
987 struct xpc_rsvd_page *remote_rp; in xpc_identify_activate_IRQ_req_sn2() local
1001 remote_rp = (struct xpc_rsvd_page *)xpc_remote_copy_buffer_sn2; in xpc_identify_activate_IRQ_req_sn2()
1003 ret = xpc_get_remote_rp(nasid, NULL, remote_rp, &remote_rp_pa); in xpc_identify_activate_IRQ_req_sn2()
1010 remote_vars_pa = remote_rp->sn.sn2.vars_pa; in xpc_identify_activate_IRQ_req_sn2()
1011 remote_rp_version = remote_rp->version; in xpc_identify_activate_IRQ_req_sn2()
1012 remote_rp_ts_jiffies = remote_rp->ts_jiffies; in xpc_identify_activate_IRQ_req_sn2()
1014 partid = remote_rp->SAL_partid; in xpc_identify_activate_IRQ_req_sn2()
Dxpc_uv.c893 xpc_request_partition_activation_uv(struct xpc_rsvd_page *remote_rp, in xpc_request_partition_activation_uv() argument
896 short partid = remote_rp->SAL_partid; in xpc_request_partition_activation_uv()
901 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies; in xpc_request_partition_activation_uv()
902 part->sn.uv.heartbeat_gpa = remote_rp->sn.uv.heartbeat_gpa; in xpc_request_partition_activation_uv()
904 remote_rp->sn.uv.activate_gru_mq_desc_gpa; in xpc_request_partition_activation_uv()