Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h731 #define __kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall) \ argument
734 __ret = ____kvm_emulate_hypercall(_vcpu, cpl, complete_hypercall); \
737 __ret = complete_hypercall(_vcpu); \
/linux/arch/powerpc/kvm/
H A DKconfig192 report is available in debugfs kvm/vm#_vcpu#_timing.
/linux/arch/x86/kvm/mmu/
H 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); \