Searched refs:op_64_bit (Results 1 – 3 of 3) sorted by relevance
686 unsigned long icr, int op_64_bit) in kvm_pv_send_ipi() argument690 int cluster_size = op_64_bit ? 64 : 32; in kvm_pv_send_ipi()
9641 int op_64_bit; in kvm_emulate_hypercall() local9657 op_64_bit = is_64_bit_hypercall(vcpu); in kvm_emulate_hypercall()9658 if (!op_64_bit) { in kvm_emulate_hypercall()9694 ret = kvm_pv_send_ipi(vcpu->kvm, a0, a1, a2, a3, op_64_bit); in kvm_emulate_hypercall()9721 vcpu->run->hypercall.longmode = op_64_bit; in kvm_emulate_hypercall()9730 if (!op_64_bit) in kvm_emulate_hypercall()
2017 unsigned long icr, int op_64_bit);