Searched refs:op_64_bit (Results 1 – 3 of 3) sorted by relevance
852 unsigned long icr, int op_64_bit) in kvm_pv_send_ipi() argument856 int cluster_size = op_64_bit ? 64 : 32; in kvm_pv_send_ipi()
9838 int op_64_bit; in kvm_emulate_hypercall() local9854 op_64_bit = is_64_bit_hypercall(vcpu); in kvm_emulate_hypercall()9855 if (!op_64_bit) { in kvm_emulate_hypercall()9891 ret = kvm_pv_send_ipi(vcpu->kvm, a0, a1, a2, a3, op_64_bit); in kvm_emulate_hypercall()9919 if (op_64_bit) in kvm_emulate_hypercall()9931 if (!op_64_bit) in kvm_emulate_hypercall()
2147 unsigned long icr, int op_64_bit);