Home
last modified time | relevance | path

Searched refs:_vcpu (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/
A Dx86.h690 #define __kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall) \ argument
693 __ret = ____kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall); \
696 __ret = complete_hypercall(_vcpu); \
/arch/powerpc/kvm/
A DKconfig195 report is available in debugfs kvm/vm#_vcpu#_timing.
/arch/x86/kvm/mmu/
A Dmmu.c164 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument
165 for (shadow_walk_init_using_root(&(_walker), (_vcpu), \
170 #define for_each_shadow_entry(_vcpu, _addr, _walker) \ argument
171 for (shadow_walk_init(&(_walker), _vcpu, _addr); \
175 #define for_each_shadow_entry_lockless(_vcpu, _addr, _walker, spte) \ argument
176 for (shadow_walk_init(&(_walker), _vcpu, _addr); \

Completed in 20 milliseconds