Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dhyperv.h234 code = is_64_bit_hypercall(vcpu) ? kvm_rcx_read(vcpu) : in kvm_hv_is_tlb_flush_hcall()
H A Dx86.h195 static inline bool is_64_bit_hypercall(struct kvm_vcpu *vcpu) in is_64_bit_hypercall() function
H A Dhyperv.c2370 longmode = is_64_bit_hypercall(vcpu); in kvm_hv_hypercall_set_result()
2538 if (is_64_bit_hypercall(vcpu)) { in kvm_hv_hypercall()
H A Dxen.c1688 longmode = is_64_bit_hypercall(vcpu); in kvm_xen_hypercall()
H A Dx86.c10020 if (!is_64_bit_hypercall(vcpu)) in complete_hypercall_exit()
10136 is_64_bit_hypercall(vcpu), in kvm_emulate_hypercall()