Searched refs:HV_Recipient (Results 1 – 3 of 3) sorted by relevance
/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 | 247 HV_WRAP4(int, hv_send_message, HV_Recipient *, recips, int, nrecip,
|
/arch/tile/include/hv/ |
D | hypervisor.h | 1472 } HV_Recipient; typedef 1539 int hv_send_message(HV_Recipient *recips, int nrecip,
|