Home
last modified time | relevance | path

Searched refs:guest_id (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/hyperv/
H A Dhv_init.c453 u64 guest_id; in hyperv_init() local
515 guest_id = hv_generate_guest_id(LINUX_VERSION_CODE); in hyperv_init()
516 wrmsrq(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
519 hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
660 u64 guest_id; in hyperv_report_panic() local
674 rdmsrq(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_report_panic()
677 wrmsrq(HV_X64_MSR_CRASH_P1, guest_id); in hyperv_report_panic()
/linux/tools/perf/
H A Dbuiltin-inject.c53 struct guest_id { struct
98 /* Hash table for guest_id */
1213 struct guest_id *guest_id = zalloc(sizeof(*guest_id)); in guest_session__map_id()
1216 if (!guest_id) in guest_session__map_id()
1219 guest_id->id = id; in guest_session__map_id()
1220 guest_id->host_id = host_id; in guest_session__map_id()
1221 guest_id->vcpu = vcpu; in guest_session__map_id()
1222 hash = hash_64(guest_id in guest_session__map_id()
55 nodeguest_id global() argument
56 idguest_id global() argument
57 host_idguest_id global() argument
58 vcpuguest_id global() argument
1212 struct guest_id *guest_id = zalloc(sizeof(*guest_id)); guest_session__map_id() local
1277 struct guest_id *guest_id; guest_session__lookup_id() local
1318 struct guest_id *guest_id = guest_session__lookup_id(gs, id); guest_session__add_attr() local
1739 struct guest_id *guest_id; guest_session__inject_events() local
[all...]
/linux/arch/powerpc/kvm/
H A Dguest-state-buffer.c26 struct kvmppc_gs_buff *kvmppc_gsb_new(size_t size, unsigned long guest_id, in kvmppc_gsb_new() argument
43 gsb->guest_id = guest_id; in kvmppc_gsb_new()
629 rc = plpar_guest_set_state(hflags, gsb->guest_id, gsb->vcpu_id, in kvmppc_gsb_send()
656 rc = plpar_guest_get_state(hflags, gsb->guest_id, gsb->vcpu_id, in kvmppc_gsb_recv()
/linux/include/asm-generic/
H A Dmshyperv.h171 u64 guest_id; in hv_generate_guest_id() local
173 guest_id = (((u64)HV_LINUX_VENDOR_ID) << 48); in hv_generate_guest_id()
174 guest_id |= (kernel_version << 16); in hv_generate_guest_id()
176 return guest_id; in hv_generate_guest_id()
/linux/drivers/hv/
H A Dhv_trace.h297 __array(char, guest_id, 16)
302 export_guid(__entry->guest_id, &msg->guest_endpoint_id);
308 __entry->guest_id, __entry->host_id, __entry->ret