Symbol: guest_id
arch/arm64/hyperv/hv_core.c
161
u64 guest_id;
arch/arm64/hyperv/hv_core.c
179
guest_id = hv_get_vpreg(HV_REGISTER_GUEST_OS_ID);
arch/arm64/hyperv/hv_core.c
187
hv_set_vpreg(HV_REGISTER_GUEST_CRASH_P1, guest_id);
arch/arm64/hyperv/mshyperv.c
76
u64 guest_id;
arch/arm64/hyperv/mshyperv.c
89
guest_id = hv_generate_guest_id(LINUX_VERSION_CODE);
arch/arm64/hyperv/mshyperv.c
90
hv_set_vpreg(HV_REGISTER_GUEST_OS_ID, guest_id);
arch/powerpc/include/asm/guest-state-buffer.h
258
unsigned long guest_id;
arch/powerpc/include/asm/guest-state-buffer.h
337
struct kvmppc_gs_buff *kvmppc_gsb_new(size_t size, unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
348
static inline long plpar_guest_create(unsigned long flags, unsigned long *guest_id)
arch/powerpc/include/asm/plpar_wrappers.h
358
*guest_id = retbuf[0];
arch/powerpc/include/asm/plpar_wrappers.h
377
unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
383
rc = plpar_hcall_norets(H_GUEST_CREATE_VCPU, 0, guest_id, vcpu_id);
arch/powerpc/include/asm/plpar_wrappers.h
399
unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
409
rc = plpar_hcall(H_GUEST_SET_STATE, retbuf, flags, guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
436
unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
446
rc = plpar_hcall(H_GUEST_GET_STATE, retbuf, flags, guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
472
static inline long plpar_guest_run_vcpu(unsigned long flags, unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
479
rc = plpar_hcall(H_GUEST_RUN_VCPU, retbuf, flags, guest_id, vcpu_id);
arch/powerpc/include/asm/plpar_wrappers.h
492
static inline long plpar_guest_delete(unsigned long flags, u64 guest_id)
arch/powerpc/include/asm/plpar_wrappers.h
497
rc = plpar_hcall_norets(H_GUEST_DELETE, flags, guest_id);
arch/powerpc/include/asm/plpar_wrappers.h
619
unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
626
unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
636
unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
645
static inline long plpar_guest_run_vcpu(unsigned long flags, unsigned long guest_id,
arch/powerpc/include/asm/plpar_wrappers.h
652
static inline long plpar_guest_create(unsigned long flags, unsigned long *guest_id)
arch/powerpc/include/asm/plpar_wrappers.h
657
static inline long plpar_guest_delete(unsigned long flags, u64 guest_id)
arch/powerpc/kvm/book3s_hv.c
5722
unsigned long guest_id;
arch/powerpc/kvm/book3s_hv.c
5724
rc = plpar_guest_create(0, &guest_id);
arch/powerpc/kvm/book3s_hv.c
5742
kvm->arch.lpid = guest_id;
arch/powerpc/kvm/book3s_hv_nestedv2.c
646
unsigned long guest_id, vcpu_id;
arch/powerpc/kvm/book3s_hv_nestedv2.c
651
guest_id = vcpu->kvm->arch.lpid;
arch/powerpc/kvm/book3s_hv_nestedv2.c
661
gsb = kvmppc_gsb_new(kvmppc_gsm_size(gsm), guest_id, vcpu_id,
arch/powerpc/kvm/book3s_hv_nestedv2.c
675
vcpu_run_output = kvmppc_gsb_new(cfg->vcpu_run_output_size, guest_id,
arch/powerpc/kvm/book3s_hv_nestedv2.c
702
vcpu_run_input = kvmppc_gsb_new(kvmppc_gsm_size(vcpu_message), guest_id,
arch/powerpc/kvm/guest-state-buffer.c
26
struct kvmppc_gs_buff *kvmppc_gsb_new(size_t size, unsigned long guest_id,
arch/powerpc/kvm/guest-state-buffer.c
43
gsb->guest_id = guest_id;
arch/powerpc/kvm/guest-state-buffer.c
629
rc = plpar_guest_set_state(hflags, gsb->guest_id, gsb->vcpu_id,
arch/powerpc/kvm/guest-state-buffer.c
656
rc = plpar_guest_get_state(hflags, gsb->guest_id, gsb->vcpu_id,
arch/x86/hyperv/hv_init.c
453
u64 guest_id;
arch/x86/hyperv/hv_init.c
515
guest_id = hv_generate_guest_id(LINUX_VERSION_CODE);
arch/x86/hyperv/hv_init.c
516
wrmsrq(HV_X64_MSR_GUEST_OS_ID, guest_id);
arch/x86/hyperv/hv_init.c
519
hv_ivm_msr_write(HV_X64_MSR_GUEST_OS_ID, guest_id);
arch/x86/hyperv/hv_init.c
660
u64 guest_id;
arch/x86/hyperv/hv_init.c
674
rdmsrq(HV_X64_MSR_GUEST_OS_ID, guest_id);
arch/x86/hyperv/hv_init.c
677
wrmsrq(HV_X64_MSR_CRASH_P1, guest_id);
drivers/hv/hv_trace.h
297
__array(char, guest_id, 16)
drivers/hv/hv_trace.h
302
export_guid(__entry->guest_id, &msg->guest_endpoint_id);
drivers/hv/hv_trace.h
308
__entry->guest_id, __entry->host_id, __entry->ret
include/asm-generic/mshyperv.h
171
u64 guest_id;
include/asm-generic/mshyperv.h
173
guest_id = (((u64)HV_LINUX_VENDOR_ID) << 48);
include/asm-generic/mshyperv.h
174
guest_id |= (kernel_version << 16);
include/asm-generic/mshyperv.h
176
return guest_id;
tools/perf/builtin-inject.c
1212
struct guest_id *guest_id = zalloc(sizeof(*guest_id));
tools/perf/builtin-inject.c
1215
if (!guest_id)
tools/perf/builtin-inject.c
1218
guest_id->id = id;
tools/perf/builtin-inject.c
1219
guest_id->host_id = host_id;
tools/perf/builtin-inject.c
1220
guest_id->vcpu = vcpu;
tools/perf/builtin-inject.c
1221
hash = hash_64(guest_id->id, PERF_EVLIST__HLIST_BITS);
tools/perf/builtin-inject.c
1222
hlist_add_head(&guest_id->node, &gs->heads[hash]);
tools/perf/builtin-inject.c
1274
static struct guest_id *guest_session__lookup_id(struct guest_session *gs, u64 id)
tools/perf/builtin-inject.c
1277
struct guest_id *guest_id;
tools/perf/builtin-inject.c
1283
hlist_for_each_entry(guest_id, head, node)
tools/perf/builtin-inject.c
1284
if (guest_id->id == id)
tools/perf/builtin-inject.c
1285
return guest_id;
tools/perf/builtin-inject.c
1318
struct guest_id *guest_id = guest_session__lookup_id(gs, id);
tools/perf/builtin-inject.c
1320
if (!guest_id) {
tools/perf/builtin-inject.c
1325
id_array[i] = guest_id->host_id;
tools/perf/builtin-inject.c
1326
vcpu_array[i] = guest_id->vcpu;
tools/perf/builtin-inject.c
1739
struct guest_id *guest_id;
tools/perf/builtin-inject.c
1798
guest_id = guest_session__lookup_id(gs, id);
tools/perf/builtin-inject.c
1799
if (!guest_id) {
tools/perf/builtin-inject.c
1806
sample->id = guest_id->host_id;
tools/perf/builtin-inject.c
1807
sample->stream_id = guest_id->host_id;