Searched refs:guest_id (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/arm64/hyperv/ |
D | mshyperv.c | 26 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()
|
D | hv_core.c | 145 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.1.9/arch/x86/hyperv/ |
D | hv_init.c | 389 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() 563 u64 guest_id; in hyperv_report_panic() local 577 rdmsrl(HV_X64_MSR_GUEST_OS_ID, guest_id); in hyperv_report_panic() 580 wrmsrl(HV_X64_MSR_CRASH_P1, guest_id); in hyperv_report_panic()
|
/linux-6.1.9/include/asm-generic/ |
D | mshyperv.h | 110 u64 guest_id; in hv_generate_guest_id() local 112 guest_id = (((u64)HV_LINUX_VENDOR_ID) << 48); in hv_generate_guest_id() 113 guest_id |= (kernel_version << 16); in hv_generate_guest_id() 115 return guest_id; in hv_generate_guest_id()
|
/linux-6.1.9/tools/perf/ |
D | builtin-inject.c | 53 struct guest_id { struct 942 struct guest_id *guest_id = zalloc(sizeof(*guest_id)); in guest_session__map_id() local 945 if (!guest_id) in guest_session__map_id() 948 guest_id->id = id; in guest_session__map_id() 949 guest_id->host_id = host_id; in guest_session__map_id() 950 guest_id->vcpu = vcpu; in guest_session__map_id() 951 hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS); in guest_session__map_id() 952 hlist_add_head(&guest_id->node, &gs->heads[hash]); in guest_session__map_id() 1004 static struct guest_id *guest_session__lookup_id(struct guest_session *gs, u64 id) in guest_session__lookup_id() 1007 struct guest_id *guest_id; in guest_session__lookup_id() local [all …]
|
/linux-6.1.9/drivers/hv/ |
D | hv_trace.h | 297 __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.1.9/Documentation/process/ |
D | maintainer-tip.rst | 683 unsigned int guest_id; 693 unsigned int guest_id; /* Unique guest id */ 707 * @guest_id: Unique guest id 718 unsigned int guest_id;
|