Searched defs:guest_id (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | plpar_wrappers.h | 319 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 D | guest-state-buffer.h | 235 unsigned long guest_id; member
|
/linux/arch/arm64/hyperv/ |
H A D | mshyperv.c | 33 u64 guest_id; in hyperv_init() local
|
H A D | hv_core.c | 145 u64 guest_id; in hyperv_report_panic() local
|
/linux/arch/x86/hyperv/ |
H A D | hv_init.c | 459 u64 guest_id; in hyperv_init() local 680 u64 guest_id; in hyperv_report_panic() local
|
/linux/tools/perf/ |
H A D | builtin-inject.c | 53 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 D | mshyperv.h | 135 u64 guest_id; in hv_generate_guest_id() local
|
/linux/arch/powerpc/kvm/ |
H A D | guest-state-buffer.c | 26 struct kvmppc_gs_buff *kvmppc_gsb_new(size_t size, unsigned long guest_id, in kvmppc_gsb_new()
|