Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h25 KVM_X86_OP_OPTIONAL_RET0(vcpu_precreate)
72 KVM_X86_OP_OPTIONAL_RET0(is_vnmi_pending)
73 KVM_X86_OP_OPTIONAL_RET0(set_vnmi_pending)
86 KVM_X86_OP_OPTIONAL_RET0(guest_apic_has_interrupt)
92 KVM_X86_OP_OPTIONAL_RET0(set_tss_addr)
93 KVM_X86_OP_OPTIONAL_RET0(set_identity_map_addr)
94 KVM_X86_OP_OPTIONAL_RET0(get_mt_mask)
113 KVM_X86_OP_OPTIONAL_RET0(dy_apicv_has_pending_interrupt)
137 KVM_X86_OP_OPTIONAL_RET0(vcpu_get_apicv_inhibit_reasons);
141 #undef KVM_X86_OP_OPTIONAL_RET0
H A Dkvm_host.h1804 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c142 #define KVM_X86_OP_OPTIONAL_RET0 KVM_X86_OP macro
9433 #define KVM_X86_OP_OPTIONAL_RET0(func) \ in kvm_ops_update() macro