Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/hyperv/
A Dmshyperv.c26 u64 guest_id; in hyperv_init() local
41 guest_id = hv_generate_guest_id(LINUX_VERSION_CODE); in hyperv_init()
42 hv_set_vpreg(HV_REGISTER_GUEST_OSID, guest_id); in hyperv_init()
A Dhv_core.c145 u64 guest_id; in hyperv_report_panic() local
163 guest_id = hv_get_vpreg(HV_REGISTER_GUEST_OSID); in hyperv_report_panic()
171 hv_set_vpreg(HV_REGISTER_CRASH_P1, guest_id); in hyperv_report_panic()
/linux-6.3-rc2/arch/x86/hyperv/
A Dhv_init.c389 u64 guest_id; in hyperv_init() local
427 guest_id = hv_generate_guest_id(LINUX_VERSION_CODE); in hyperv_init()
428 wrmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
431 hv_ghcb_msr_write(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_init()
565 u64 guest_id; in hyperv_report_panic() local
579 rdmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_report_panic()
582 wrmsrl(HV_X64_MSR_CRASH_P1, guest_id); in hyperv_report_panic()
/linux-6.3-rc2/include/asm-generic/
A Dmshyperv.h111 u64 guest_id; in hv_generate_guest_id() local
113 guest_id = (((u64)HV_LINUX_VENDOR_ID) << 48); in hv_generate_guest_id()
114 guest_id |= (kernel_version << 16); in hv_generate_guest_id()
116 return guest_id; in hv_generate_guest_id()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-inject.c53 struct guest_id { struct
947 struct guest_id *guest_id = zalloc(sizeof(*guest_id)); in guest_session__map_id() local
950 if (!guest_id) in guest_session__map_id()
953 guest_id->id = id; in guest_session__map_id()
955 guest_id->vcpu = vcpu; in guest_session__map_id()
1012 struct guest_id *guest_id; in guest_session__lookup_id() local
1020 return guest_id; in guest_session__lookup_id()
1053 struct guest_id *guest_id = guest_session__lookup_id(gs, id); in guest_session__add_attr() local
1055 if (!guest_id) { in guest_session__add_attr()
1451 struct guest_id *guest_id; in guest_session__inject_events() local
[all …]
/linux-6.3-rc2/drivers/hv/
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
/linux-6.3-rc2/Documentation/process/
A Dmaintainer-tip.rst683 unsigned int guest_id;
693 unsigned int guest_id; /* Unique guest id */
707 * @guest_id: Unique guest id
718 unsigned int guest_id;

Completed in 16 milliseconds