Searched refs:op_64_bit (Results 1 – 3 of 3) sorted by relevance
628 unsigned long icr, int op_64_bit) in kvm_pv_send_ipi() argument632 int cluster_size = op_64_bit ? 64 : 32; in kvm_pv_send_ipi()
8673 int op_64_bit; in kvm_emulate_hypercall() local8689 op_64_bit = is_64_bit_mode(vcpu); in kvm_emulate_hypercall()8690 if (!op_64_bit) { in kvm_emulate_hypercall()8726 ret = kvm_pv_send_ipi(vcpu->kvm, a0, a1, a2, a3, op_64_bit); in kvm_emulate_hypercall()8753 vcpu->run->hypercall.longmode = op_64_bit; in kvm_emulate_hypercall()8762 if (!op_64_bit) in kvm_emulate_hypercall()
1851 unsigned long icr, int op_64_bit);