Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dkvm-x86-ops.h2 #if !defined(KVM_X86_OP) || !defined(KVM_X86_OP_OPTIONAL)
17 KVM_X86_OP(check_processor_compatibility)
18 KVM_X86_OP(hardware_enable)
19 KVM_X86_OP(hardware_disable)
20 KVM_X86_OP(hardware_unsetup)
21 KVM_X86_OP(has_emulated_msr)
22 KVM_X86_OP(vcpu_after_set_cpuid)
23 KVM_X86_OP(vm_init)
26 KVM_X86_OP(vcpu_create)
27 KVM_X86_OP(vcpu_free)
[all …]
Dkvm_host.h1797 #define KVM_X86_OP(func) \ macro
1799 #define KVM_X86_OP_OPTIONAL KVM_X86_OP
1800 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP
/Linux-v6.6/arch/x86/kvm/
Dx86.c138 #define KVM_X86_OP(func) \ macro
141 #define KVM_X86_OP_OPTIONAL KVM_X86_OP
142 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP
9412 #define KVM_X86_OP(func) \ in kvm_ops_update() macro