Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dxen.c728 bool longmode; in kvm_xen_hypercall() local
738 longmode = is_64_bit_hypercall(vcpu); in kvm_xen_hypercall()
739 if (!longmode) { in kvm_xen_hypercall()
762 vcpu->run->xen.u.hcall.longmode = longmode; in kvm_xen_hypercall()
Dhyperv.c2060 bool longmode; in kvm_hv_hypercall_set_result() local
2062 longmode = is_64_bit_hypercall(vcpu); in kvm_hv_hypercall_set_result()
2063 if (longmode) in kvm_hv_hypercall_set_result()
Dx86.c9026 vcpu->run->hypercall.longmode = op_64_bit; in kvm_emulate_hypercall()