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

/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h2 #if !defined(KVM_X86_OP) || !defined(KVM_X86_OP_OPTIONAL)
7 * KVM_X86_OP() and KVM_X86_OP_OPTIONAL() are used to help generate
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_creat
142 #undef KVM_X86_OP macro
[all...]
H A Dkvm_host.h1855 #define KVM_X86_OP(func) \ macro
1857 #define KVM_X86_OP_OPTIONAL KVM_X86_OP
1858 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP
/linux-master/arch/x86/kvm/
H A 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
9658 #define KVM_X86_OP(func) \ macro

Completed in 208 milliseconds