Home
last modified time | relevance | path

Searched defs:guest_id (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dplpar_wrappers.h319 static inline long plpar_guest_create(unsigned long flags, unsigned long *guest_id) in plpar_guest_create()
348 unsigned long guest_id, in plpar_guest_create_vcpu()
370 unsigned long guest_id, in plpar_guest_set_state()
407 unsigned long guest_id, in plpar_guest_get_state()
443 static inline long plpar_guest_run_vcpu(unsigned long flags, unsigned long guest_id, in plpar_guest_run_vcpu()
463 static inline long plpar_guest_delete(unsigned long flags, u64 guest_id) in plpar_guest_delete()
590 unsigned long guest_id, in plpar_guest_create_vcpu()
597 unsigned long guest_id, in plpar_guest_get_state()
607 unsigned long guest_id, in plpar_guest_set_state()
616 static inline long plpar_guest_run_vcpu(unsigned long flags, unsigned long guest_id, in plpar_guest_run_vcpu()
[all …]
H A Dguest-state-buffer.h235 unsigned long guest_id; member
/linux/arch/arm64/hyperv/
H A Dmshyperv.c33 u64 guest_id; in hyperv_init() local
H A Dhv_core.c145 u64 guest_id; in hyperv_report_panic() local
/linux/arch/x86/hyperv/
H A Dhv_init.c459 u64 guest_id; in hyperv_init() local
680 u64 guest_id; in hyperv_report_panic() local
/linux/tools/perf/
H A Dbuiltin-inject.c53 struct guest_id { struct
55 struct hlist_node node;
56 u64 id;
57 u64 host_id;
58 u32 vcpu;
1132 struct guest_id *guest_id = zalloc(sizeof(*guest_id)); in guest_session__map_id() local
1197 struct guest_id *guest_id; in guest_session__lookup_id() local
1238 struct guest_id *guest_id = guest_session__lookup_id(gs, id); in guest_session__add_attr() local
1659 struct guest_id *guest_id; in guest_session__inject_events() local
/linux/include/asm-generic/
H A Dmshyperv.h135 u64 guest_id; in hv_generate_guest_id() local
/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()