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()
9823 int op_64_bit; in kvm_emulate_hypercall() local9839 op_64_bit = is_64_bit_hypercall(vcpu); in kvm_emulate_hypercall()9840 if (!op_64_bit) { in kvm_emulate_hypercall()9876 ret = kvm_pv_send_ipi(vcpu->kvm, a0, a1, a2, a3, op_64_bit); in kvm_emulate_hypercall()9904 if (op_64_bit) in kvm_emulate_hypercall()9916 if (!op_64_bit) in kvm_emulate_hypercall()
2144 unsigned long icr, int op_64_bit);