| /linux/drivers/hv/ |
| H A D | mshv_trace.h | 157 TP_PROTO(u64 partition_id, u32 vp_index, long vp_fd), 158 TP_ARGS(partition_id, vp_index, vp_fd), 161 __field(u32, vp_index) 166 __entry->vp_index = vp_index; 171 __entry->vp_index, 177 TP_PROTO(u64 partition_id, u32 vp_index, u32 page_type, u64 status), 178 TP_ARGS(partition_id, vp_index, page_type, status), 181 __field(u32, vp_index) 187 __entry->vp_index = vp_index; 193 __entry->vp_index, [all …]
|
| H A D | mshv_root_main.c | 284 static int mshv_get_vp_registers(u32 vp_index, u64 partition_id, u16 count, in mshv_get_vp_registers() argument 287 return hv_call_get_vp_registers(vp_index, partition_id, in mshv_get_vp_registers() 291 static int mshv_set_vp_registers(u32 vp_index, u64 partition_id, u16 count, in mshv_set_vp_registers() argument 294 return hv_call_set_vp_registers(vp_index, partition_id, in mshv_set_vp_registers() 330 ret = mshv_set_vp_registers(vp->vp_index, vp->vp_partition->pt_id, in mshv_suspend_vp() 337 ret = mshv_get_vp_registers(vp->vp_index, vp->vp_partition->pt_id, in mshv_suspend_vp() 370 ret = mshv_set_vp_registers(vp->vp_index, vp->vp_partition->pt_id, in mshv_run_vp_with_hyp_scheduler() 423 input->vp_index = vp->vp_index; in mshv_vp_dispatch() 433 vp->vp_index, flags, in mshv_vp_dispatch() 462 ret = mshv_set_vp_registers(vp->vp_index, vp->vp_partition->pt_id, in mshv_vp_clear_explicit_suspend() [all …]
|
| H A D | mshv_root_hv_call.c | 413 int hv_call_delete_vp(u64 partition_id, u32 vp_index) in hv_call_delete_vp() argument 419 input.vp_index = vp_index; in hv_call_delete_vp() 428 int hv_call_get_vp_state(u32 vp_index, u64 partition_id, in hv_call_get_vp_state() argument 456 input->vp_index = vp_index; in hv_call_get_vp_state() 482 int hv_call_set_vp_state(u32 vp_index, u64 partition_id, in hv_call_set_vp_state() argument 514 input->vp_index = vp_index; in hv_call_set_vp_state() 541 static int hv_call_map_vp_state_page(u64 partition_id, u32 vp_index, u32 type, in hv_call_map_vp_state_page() argument 559 input->vp_index = vp_index; in hv_call_map_vp_state_page() 585 trace_mshv_hvcall_map_vp_state_page(partition_id, vp_index, in hv_call_map_vp_state_page() 597 int hv_map_vp_state_page(u64 partition_id, u32 vp_index, u32 type, in hv_map_vp_state_page() argument [all …]
|
| H A D | mshv_common.c | 29 int hv_call_get_vp_registers(u32 vp_index, u64 partition_id, u16 count, in hv_call_get_vp_registers() argument 47 input_page->vp_index = vp_index; in hv_call_get_vp_registers() 75 int hv_call_set_vp_registers(u32 vp_index, u64 partition_id, u16 count, in hv_call_set_vp_registers() argument 90 input_page->vp_index = vp_index; in hv_call_set_vp_registers()
|
| H A D | mshv_root.h | 38 u32 vp_index; member 67 __vp->vp_index, ##__VA_ARGS__); \ 269 int mshv_vp_stats_map(u64 partition_id, u32 vp_index, 271 void mshv_vp_stats_unmap(u64 partition_id, u32 vp_index, 289 int hv_call_delete_vp(u64 partition_id, u32 vp_index); 298 int hv_call_get_vp_state(u32 vp_index, u64 partition_id, 303 int hv_call_set_vp_state(u32 vp_index, u64 partition_id, 307 int hv_map_vp_state_page(u64 partition_id, u32 vp_index, u32 type, 310 int hv_unmap_vp_state_page(u64 partition_id, u32 vp_index, u32 type,
|
| H A D | mshv.h | 17 int hv_call_get_vp_registers(u32 vp_index, u64 partition_id, u16 count, 21 int hv_call_set_vp_registers(u32 vp_index, u64 partition_id, u16 count,
|
| H A D | hv_proc.c | 199 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() argument 220 input->vp_index = vp_index; in hv_call_create_vp() 230 vp_index, flags); in hv_call_create_vp()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm_onhyperv.h | 54 u32 vp_index = kvm_hv_get_vpindex(vcpu); in svm_hv_update_vp_id() local 56 if (hve->hv_vp_id != vp_index) { in svm_hv_update_vp_id() 57 hve->hv_vp_id = vp_index; in svm_hv_update_vp_id()
|
| /linux/arch/x86/hyperv/ |
| H A D | ivm.c | 304 int vp_index; in hv_snp_boot_ap() local 310 vp_index = hv_apicid_to_vp_index(apic_id); in hv_snp_boot_ap() 311 if (vp_index < 0 || vp_index > ms_hyperv.max_vp_index) in hv_snp_boot_ap() 361 start_vp_input->vp_index = vp_index; in hv_snp_boot_ap()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 169 uint8_t vp_index; member 408 uint8_t vp_index; member 461 uint8_t vp_index; member 511 uint8_t vp_index; member 578 uint8_t vp_index; member 626 uint8_t vp_index; member
|
| H A D | qla_edif.h | 75 uint8_t vp_index; member
|
| H A D | qla_init.c | 2124 tm_iocb->u.tmf.vp_index = vha->vp_idx; in qla26xx_marker()
|
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 1793 TP_PROTO(int vcpu_id, u32 vp_index, u32 msr, u64 data), 1794 TP_ARGS(vcpu_id, vp_index, msr, data), 1798 __field(u32, vp_index) 1805 __entry->vp_index = vp_index; 1811 __entry->vcpu_id, __entry->vp_index, __entry->msr, 1819 TP_PROTO(int vcpu_id, u32 vp_index, u32 msr, u64 data), 1820 TP_ARGS(vcpu_id, vp_index, msr, data), 1824 __field(u32, vp_index) 1831 __entry->vp_index = vp_index; 1837 __entry->vcpu_id, __entry->vp_index, __entry->msr,
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 352 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags); 379 static inline int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() argument
|
| /linux/include/hyperv/ |
| H A D | hvhdk_mini.h | 80 u32 vp_index; member 416 u32 vp_index; member
|
| H A D | hvgdk_mini.h | 883 u32 vp_index; member 1326 u32 vp_index; member 1335 u32 vp_index; member
|
| /linux/include/uapi/linux/ |
| H A D | mshv.h | 101 __u32 vp_index; member
|