Searched refs:target_vp (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_trace.h | 140 __field(u32, target_vp) 148 __entry->target_vp = msg->target_vp; 153 "gpadlhandle 0x%x, target_vp 0x%x, offset 0x%x, ret %d", 155 __entry->gpadlhandle, __entry->target_vp, 303 __field(u32, target_vp) 308 __entry->target_vp = msg->target_vp; 311 TP_printk("binding child_relid 0x%x to target_vp 0x%x, ret %d", 312 __entry->child_relid, __entry->target_vp, __entr [all...] |
H A D | channel.c | 213 * Set/change the vCPU (@target_vp) the channel (@child_relid) will interrupt. 222 int vmbus_send_modifychannel(u32 child_relid, u32 target_vp) in vmbus_send_modifychannel() argument 230 conn_msg.target_vp = target_vp; in vmbus_send_modifychannel() 574 open_msg->target_vp = hv_cpu_number_to_vp_number(newchannel->target_cpu); in __vmbus_open()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_trace.h | 155 __field(u32, target_vp) 163 __entry->target_vp = msg->target_vp; 168 "gpadlhandle 0x%x, target_vp 0x%x, offset 0x%x, ret %d", 170 __entry->gpadlhandle, __entry->target_vp, 318 __field(u32, target_vp) 323 __entry->target_vp = msg->target_vp; 326 TP_printk("binding child_relid 0x%x to target_vp 0x%x, ret %d", 327 __entry->child_relid, __entry->target_vp, __entr [all...] |
H A D | channel.c | 213 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack() argument 221 msg.target_vp = target_vp; in send_modifychannel_without_ack() 229 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack() argument 248 msg->target_vp = target_vp; in send_modifychannel_with_ack() 287 * Set/change the vCPU (@target_vp) the channel (@child_relid) will interrupt. 298 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel() argument 301 return send_modifychannel_with_ack(channel, target_vp); in vmbus_send_modifychannel() 302 return send_modifychannel_without_ack(channel, target_vp); in vmbus_send_modifychannel() [all...] |
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_init.c | 187 re_ctrl.target_vp = hv_vp_index[get_cpu()]; in set_hv_tscchange_cb() 233 if (re_ctrl.target_vp == hv_vp_index[cpu]) { in hv_cpu_die() 242 re_ctrl.target_vp = hv_vp_index[new_cpu]; in hv_cpu_die()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_init.c | 209 re_ctrl.target_vp = hv_vp_index[get_cpu()]; in set_hv_tscchange_cb() 269 if (re_ctrl.target_vp == hv_vp_index[cpu]) { in hv_cpu_die() 278 re_ctrl.target_vp = hv_vp_index[new_cpu]; in hv_cpu_die()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 570 u32 target_vp; member 675 u32 target_vp; member 1567 int vmbus_send_modifychannel(u32 child_relid, u32 target_vp);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 224 __u64 target_vp:32; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 575 u32 target_vp; member 687 u32 target_vp; member 1651 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 355 __u64 target_vp:32; member
|
Completed in 16 milliseconds