Searched refs:nasid (Results 1 - 9 of 9) sorted by relevance

/drivers/misc/sgi-xp/
H A Dxpc_partition.c32 static int xpc_nasid_mask_nbytes; /* #of bytes in nasid mask */
33 int xpc_nasid_mask_nlongs; /* #of longs in nasid mask */
62 * Given a nasid, get the physical address of the partition's reserved page
63 * for that nasid. This function returns 0 on any error.
66 xpc_get_rsvd_page_pa(int nasid) argument
70 unsigned long rp_pa = nasid; /* seed with nasid */
170 /* establish the actual sizes of the nasid masks */
216 xpc_get_remote_rp(int nasid, unsigned long *discovered_nasids, argument
224 *remote_rp_pa = xpc_get_rsvd_page_pa(nasid);
417 int nasid; local
[all...]
H A Dxpc_sn2.c90 int nasid; local
104 nasid = cnodeid_to_nasid(node);
105 HUB_S((u64 *)GLOBAL_MMR_ADDR(nasid, SH2_IPI_ACCESS0),
107 HUB_S((u64 *)GLOBAL_MMR_ADDR(nasid, SH2_IPI_ACCESS1),
109 HUB_S((u64 *)GLOBAL_MMR_ADDR(nasid, SH2_IPI_ACCESS2),
111 HUB_S((u64 *)GLOBAL_MMR_ADDR(nasid, SH2_IPI_ACCESS3),
119 nasid = cnodeid_to_nasid(node);
120 HUB_S((u64 *)GLOBAL_MMR_ADDR(nasid, SH1_IPI_ACCESS),
133 int nasid; local
138 nasid
171 xpc_send_IRQ_sn2(struct amo *amo, u64 flag, int nasid, int phys_cpuid, int vector) argument
591 int nasid; local
830 xpc_request_partition_activation_sn2(struct xpc_rsvd_page *remote_rp, unsigned long remote_rp_pa, int nasid) argument
985 xpc_identify_activate_IRQ_req_sn2(int nasid) argument
1099 u64 nasid; /* remote nasid */ local
[all...]
H A Dxpc_uv.c211 int nasid; local
267 nasid = UV_PNODE_TO_NASID(uv_cpu_to_pnode(cpu));
271 nasid, mmr_value->vector, mmr_value->dest);
892 unsigned long remote_rp_gpa, int nasid)
891 xpc_request_partition_activation_uv(struct xpc_rsvd_page *remote_rp, unsigned long remote_rp_gpa, int nasid) argument
/drivers/misc/sgi-gru/
H A Dgrukservices.h67 * nasid nasid of blade where interrupt is delivered
75 void *p, unsigned int bytes, int nasid, int vector, int apicid);
H A Dgrukservices.c553 void *p, unsigned int bytes, int nasid, int vector, int apicid)
571 mqd->interrupt_pnode = nasid >> 1;
552 gru_create_message_queue(struct gru_message_queue_desc *mqd, void *p, unsigned int bytes, int nasid, int vector, int apicid) argument
/drivers/char/
H A Dmmtimer.c207 static int mmtimer_disable_int(long nasid, int comparator) argument
211 nasid == -1 ? HUB_S((u64 *)LOCAL_MMR_ADDR(SH_RTC1_INT_ENABLE),
212 0UL) : REMOTE_HUB_S(nasid, SH_RTC1_INT_ENABLE, 0UL);
215 nasid == -1 ? HUB_S((u64 *)LOCAL_MMR_ADDR(SH_RTC2_INT_ENABLE),
216 0UL) : REMOTE_HUB_S(nasid, SH_RTC2_INT_ENABLE, 0UL);
219 nasid == -1 ? HUB_S((u64 *)LOCAL_MMR_ADDR(SH_RTC3_INT_ENABLE),
220 0UL) : REMOTE_HUB_S(nasid, SH_RTC3_INT_ENABLE, 0UL);
H A Dmspec.c373 int nasid; local
380 nasid = get_node_number(phys);
381 actual_nid = nasid_to_cnodeid(nasid);
H A Dmbcs.c392 if (soft->nasid == minor) {
594 sn_irq = tiocx_irq_alloc(dev->cx_id.nasid, TIOCX_CORELET, -1, -1, -1);
607 sn_irq = tiocx_irq_alloc(dev->cx_id.nasid, TIOCX_CORELET, -1, -1, -1);
625 sn_irq = tiocx_irq_alloc(dev->cx_id.nasid, TIOCX_CORELET, -1, -1, -1);
762 soft->nasid = dev->cx_id.nasid;
764 soft->mmr_base = (void *)tiocx_swin_base(dev->cx_id.nasid);
H A Dmbcs.h521 int nasid; member in struct:mbcs_soft

Completed in 297 milliseconds