Searched refs:remote_rp (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/sgi-xp/
H A Dxpc_partition.c211 * remote_rp points to a buffer that is cacheline aligned for BTE copies and
217 struct xpc_rsvd_page *remote_rp, unsigned long *remote_rp_pa)
229 ret = xp_remote_memcpy(xp_pa(remote_rp), *remote_rp_pa,
236 XPC_RP_PART_NASIDS(remote_rp);
243 if (remote_rp->ts_jiffies == 0)
246 if (XPC_VERSION_MAJOR(remote_rp->version) !=
252 if (remote_rp->SAL_partid < 0 ||
253 remote_rp->SAL_partid >= xp_max_npartitions ||
254 remote_rp->max_npartitions <= xp_partition_id) {
258 if (remote_rp
216 xpc_get_remote_rp(int nasid, unsigned long *discovered_nasids, struct xpc_rsvd_page *remote_rp, unsigned long *remote_rp_pa) argument
412 struct xpc_rsvd_page *remote_rp; local
[all...]
H A Dxpc_sn2.c830 xpc_request_partition_activation_sn2(struct xpc_rsvd_page *remote_rp, argument
987 struct xpc_rsvd_page *remote_rp; local
1001 remote_rp = (struct xpc_rsvd_page *)xpc_remote_copy_buffer_sn2;
1003 ret = xpc_get_remote_rp(nasid, NULL, remote_rp, &remote_rp_pa);
1010 remote_vars_pa = remote_rp->sn.sn2.vars_pa;
1011 remote_rp_version = remote_rp->version;
1012 remote_rp_ts_jiffies = remote_rp->ts_jiffies;
1014 partid = remote_rp->SAL_partid;
H A Dxpc_uv.c891 xpc_request_partition_activation_uv(struct xpc_rsvd_page *remote_rp, argument
894 short partid = remote_rp->SAL_partid;
899 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies;
900 part->sn.uv.heartbeat_gpa = remote_rp->sn.uv.heartbeat_gpa;
902 remote_rp->sn.uv.activate_gru_mq_desc_gpa;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_partition.c211 * remote_rp points to a buffer that is cacheline aligned for BTE copies and
217 struct xpc_rsvd_page *remote_rp, unsigned long *remote_rp_pa)
229 ret = xp_remote_memcpy(xp_pa(remote_rp), *remote_rp_pa,
236 XPC_RP_PART_NASIDS(remote_rp);
243 if (remote_rp->ts_jiffies == 0)
246 if (XPC_VERSION_MAJOR(remote_rp->version) !=
252 if (remote_rp->SAL_partid < 0 ||
253 remote_rp->SAL_partid >= xp_max_npartitions ||
254 remote_rp->max_npartitions <= xp_partition_id) {
258 if (remote_rp
216 xpc_get_remote_rp(int nasid, unsigned long *discovered_nasids, struct xpc_rsvd_page *remote_rp, unsigned long *remote_rp_pa) argument
412 struct xpc_rsvd_page *remote_rp; local
[all...]
H A Dxpc_sn2.c830 xpc_request_partition_activation_sn2(struct xpc_rsvd_page *remote_rp, argument
987 struct xpc_rsvd_page *remote_rp; local
1001 remote_rp = (struct xpc_rsvd_page *)xpc_remote_copy_buffer_sn2;
1003 ret = xpc_get_remote_rp(nasid, NULL, remote_rp, &remote_rp_pa);
1010 remote_vars_pa = remote_rp->sn.sn2.vars_pa;
1011 remote_rp_version = remote_rp->version;
1012 remote_rp_ts_jiffies = remote_rp->ts_jiffies;
1014 partid = remote_rp->SAL_partid;
H A Dxpc_uv.c891 xpc_request_partition_activation_uv(struct xpc_rsvd_page *remote_rp, argument
894 short partid = remote_rp->SAL_partid;
899 part->remote_rp_ts_jiffies = remote_rp->ts_jiffies;
900 part->sn.uv.heartbeat_gpa = remote_rp->sn.uv.heartbeat_gpa;
902 remote_rp->sn.uv.activate_gru_mq_desc_gpa;

Completed in 116 milliseconds