Searched refs:op_64_bit (Results 1 – 3 of 3) sorted by relevance
851 unsigned long icr, int op_64_bit) in kvm_pv_send_ipi() argument855 int cluster_size = op_64_bit ? 64 : 32; in kvm_pv_send_ipi()
9820 int op_64_bit; in kvm_emulate_hypercall() local9836 op_64_bit = is_64_bit_hypercall(vcpu); in kvm_emulate_hypercall()9837 if (!op_64_bit) { in kvm_emulate_hypercall()9873 ret = kvm_pv_send_ipi(vcpu->kvm, a0, a1, a2, a3, op_64_bit); in kvm_emulate_hypercall()9901 if (op_64_bit) in kvm_emulate_hypercall()9913 if (!op_64_bit) in kvm_emulate_hypercall()
2143 unsigned long icr, int op_64_bit);