Searched refs:_vcpu (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.h | 638 #define __kvm_emulate_hypercall(_vcpu, nr, a0, a1, a2, a3, op_64_bit, cpl, complete_hypercall) \ argument 642 __ret = ____kvm_emulate_hypercall(_vcpu, \ 643 kvm_##nr##_read(_vcpu), kvm_##a0##_read(_vcpu), \ 644 kvm_##a1##_read(_vcpu), kvm_##a2##_read(_vcpu), \ 645 kvm_##a3##_read(_vcpu), op_64_bit, cpl, \ 649 __ret = complete_hypercall(_vcpu); \
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | Kconfig | 182 report is available in debugfs kvm/vm#_vcpu#_timing.
|
| /linux-6.15/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 163 #define for_each_shadow_entry_using_root(_vcpu, _root, _addr, _walker) \ argument 164 for (shadow_walk_init_using_root(&(_walker), (_vcpu), \ 169 #define for_each_shadow_entry(_vcpu, _addr, _walker) \ argument 170 for (shadow_walk_init(&(_walker), _vcpu, _addr); \ 174 #define for_each_shadow_entry_lockless(_vcpu, _addr, _walker, spte) \ argument 175 for (shadow_walk_init(&(_walker), _vcpu, _addr); \
|