Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dhyperv.h219 code = is_64_bit_hypercall(vcpu) ? kvm_rcx_read(vcpu) : in kvm_hv_is_tlb_flush_hcall()
Dx86.h164 static inline bool is_64_bit_hypercall(struct kvm_vcpu *vcpu) in is_64_bit_hypercall() function
Dhyperv.c2315 longmode = is_64_bit_hypercall(vcpu); in kvm_hv_hypercall_set_result()
2483 if (is_64_bit_hypercall(vcpu)) { in kvm_hv_hypercall()
Dxen.c1448 longmode = is_64_bit_hypercall(vcpu); in kvm_xen_hypercall()
Dx86.c9836 op_64_bit = is_64_bit_hypercall(vcpu); in kvm_emulate_hypercall()