Searched refs:op_64_bit (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.h | 635 int op_64_bit, int cpl, 638 #define __kvm_emulate_hypercall(_vcpu, nr, a0, a1, a2, a3, op_64_bit, cpl, complete_hypercall) \ argument 645 kvm_##a3##_read(_vcpu), op_64_bit, cpl, \
|
| H A D | lapic.c | 866 unsigned long icr, int op_64_bit) in kvm_pv_send_ipi() argument 870 int cluster_size = op_64_bit ? 64 : 32; in kvm_pv_send_ipi()
|
| H A D | x86.c | 10029 int op_64_bit, int cpl, in ____kvm_emulate_hypercall() argument 10038 if (!op_64_bit) { in ____kvm_emulate_hypercall() 10074 ret = kvm_pv_send_ipi(vcpu->kvm, a0, a1, a2, a3, op_64_bit); in ____kvm_emulate_hypercall() 10109 if (op_64_bit) in ____kvm_emulate_hypercall()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2330 unsigned long icr, int op_64_bit);
|