Home
last modified time | relevance | path

Searched refs:is_64_bit_hypercall (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/x86/kvm/
Dx86.h149 static inline bool is_64_bit_hypercall(struct kvm_vcpu *vcpu) in is_64_bit_hypercall() function
Dhyperv.c2054 longmode = is_64_bit_hypercall(vcpu); in kvm_hv_hypercall_set_result()
2204 if (is_64_bit_hypercall(vcpu)) { in kvm_hv_hypercall()
Dxen.c1239 longmode = is_64_bit_hypercall(vcpu); in kvm_xen_hypercall()
Dx86.c9657 op_64_bit = is_64_bit_hypercall(vcpu); in kvm_emulate_hypercall()