Searched refs:HV_Recipient (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
D | smp.c | 47 static void __send_IPI_many(HV_Recipient *recip, int nrecip, int tag) in __send_IPI_many() 65 HV_Recipient recip = { in send_IPI_single() 75 HV_Recipient recip[NR_CPUS]; in send_IPI_many() 80 HV_Recipient *r; in send_IPI_many() 223 HV_Recipient recip = { .y = cpu_y(cpu), .x = cpu_x(cpu), in ipi_init()
|
D | hvglue_trace.c | 245 HV_WRAP4(int, hv_send_message, HV_Recipient *, recips, int, nrecip,
|
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 1464 } HV_Recipient; typedef 1531 int hv_send_message(HV_Recipient *recips, int nrecip,
|