Searched refs:__vcpu (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | vmx_exception_with_invalid_guest_state.c | 76 static struct kvm_vcpu *get_set_sigalrm_vcpu(struct kvm_vcpu *__vcpu) in get_set_sigalrm_vcpu() argument 80 if (__vcpu) in get_set_sigalrm_vcpu() 81 vcpu = __vcpu; in get_set_sigalrm_vcpu()
|
| H A D | private_mem_conversions_test.c | 314 static void *__test_mem_conversions(void *__vcpu) in __test_mem_conversions() argument 316 struct kvm_vcpu *vcpu = __vcpu; in __test_mem_conversions()
|
| /linux/arch/riscv/include/uapi/asm/ |
| H A D | kvm.h | 366 #define KVM_DEV_RISCV_AIA_ADDR_IMSIC(__vcpu) (1 + (__vcpu)) argument 388 #define KVM_DEV_RISCV_AIA_IMSIC_MKATTR(__vcpu, __isel) \ argument 389 (((__vcpu) << KVM_DEV_RISCV_AIA_IMSIC_ISEL_BITS) | \
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | tprot.c | 187 struct kvm_vcpu *__vcpu = (vcpup); \ 191 vcpu_run(__vcpu); \ 192 get_ucall(__vcpu, &uc); \
|
| H A D | memop.c | 273 struct kvm_vcpu *__vcpu = __info.vcpu; \ 277 vcpu_run(__vcpu); \ 278 get_ucall(__vcpu, &uc); \
|
| /linux/arch/s390/kvm/ |
| H A D | gaccess.h | 122 struct kvm_vcpu *__vcpu = (vcpu); \ 127 __gpa += kvm_s390_get_prefix(__vcpu); \ 128 kvm_write_guest(__vcpu->kvm, __gpa, &__x, sizeof(__x)); \
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 434 #define __nested_svm_sanitize_intercept(__vcpu, __control, fname, iname) \ argument 436 if (!guest_cpu_cap_has(__vcpu, X86_FEATURE_##fname)) \ 440 #define nested_svm_sanitize_intercept(__vcpu, __control, name) \ argument 441 __nested_svm_sanitize_intercept(__vcpu, __control, name, name)
|
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 16 typeof(vcpu) __vcpu = vcpu; \ 17 __vcpu->arch.guest_state_protected ? 0 : kvm_rip_read(__vcpu); \
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 4798 struct kvm_vcpu *__vcpu = &(vmx)->vcpu; \ 4802 __enabled = guest_cpu_cap_has(__vcpu, X86_FEATURE_##feat_name); \
|