Home
last modified time | relevance | path

Searched defs:guest_id (Results 1 – 4 of 4) 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/tools/perf/
H A Dbuiltin-inject.c53 struct guest_id { struct
1132 struct guest_id *guest_id = zalloc(sizeof(*guest_id)); in guest_session__map_id() local
55 nodeguest_id global() argument
56 idguest_id global() argument
57 host_idguest_id global() argument
58 vcpuguest_id global() argument
1197 struct guest_id *guest_id; guest_session__lookup_id() local
1238 struct guest_id *guest_id = guest_session__lookup_id(gs, id); guest_session__add_attr() local
1659 struct guest_id *guest_id; guest_session__inject_events() local
[all...]
/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()