Home
last modified time | relevance | path

Searched refs:hcall (Results 1 – 9 of 9) sorted by relevance

/arch/x86/lguest/
Dboot.c120 hcall(call, arg1, arg2, arg3, arg4); in async_hcall()
153 hcall(call, arg1, 0, 0, 0); in lazy_hcall1()
164 hcall(call, arg1, arg2, 0, 0); in lazy_hcall2()
175 hcall(call, arg1, arg2, arg3, 0); in lazy_hcall3()
188 hcall(call, arg1, arg2, arg3, arg4); in lazy_hcall4()
201 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0); in lguest_leave_lazy_mmu_mode()
214 hcall(LHCALL_FLUSH_ASYNC, 0, 0, 0, 0); in lguest_end_context_switch()
298 hcall(LHCALL_LOAD_IDT_ENTRY, entrynum, desc[0], desc[1], 0); in lguest_write_idt_entry()
312 hcall(LHCALL_LOAD_IDT_ENTRY, i, idt[i].a, idt[i].b, 0); in lguest_load_idt()
333 hcall(LHCALL_LOAD_GDT_ENTRY, i, gdt[i].a, gdt[i].b, 0); in lguest_load_gdt()
[all …]
/arch/powerpc/kvm/
Dpowerpc.c1229 pvinfo->hcall[0] = cpu_to_be32(inst_sc1); in kvm_vm_ioctl_get_pvinfo()
1230 pvinfo->hcall[1] = cpu_to_be32(inst_nop); in kvm_vm_ioctl_get_pvinfo()
1231 pvinfo->hcall[2] = cpu_to_be32(inst_nop); in kvm_vm_ioctl_get_pvinfo()
1232 pvinfo->hcall[3] = cpu_to_be32(inst_nop); in kvm_vm_ioctl_get_pvinfo()
1248 pvinfo->hcall[0] = cpu_to_be32(inst_lis | ((KVM_SC_MAGIC_R0 >> 16) & inst_imm_mask)); in kvm_vm_ioctl_get_pvinfo()
1249 pvinfo->hcall[1] = cpu_to_be32(inst_ori | (KVM_SC_MAGIC_R0 & inst_imm_mask)); in kvm_vm_ioctl_get_pvinfo()
1250 pvinfo->hcall[2] = cpu_to_be32(inst_sc); in kvm_vm_ioctl_get_pvinfo()
1251 pvinfo->hcall[3] = cpu_to_be32(inst_nop); in kvm_vm_ioctl_get_pvinfo()
1283 unsigned long hcall = cap->args[0]; in kvm_vm_ioctl_enable_cap() local
1286 if (hcall > MAX_HCALL_OPCODE || (hcall & 3) || in kvm_vm_ioctl_enable_cap()
[all …]
Dbook3s_pr_papr.c366 unsigned int hcall; in kvmppc_pr_init_default_hcalls() local
369 hcall = default_hcall_list[i]; in kvmppc_pr_init_default_hcalls()
370 WARN_ON(!kvmppc_hcall_impl_pr(hcall)); in kvmppc_pr_init_default_hcalls()
371 __set_bit(hcall / 4, kvm->arch.enabled_hcalls); in kvmppc_pr_init_default_hcalls()
Dbook3s.c841 int kvmppc_book3s_hcall_implemented(struct kvm *kvm, unsigned long hcall) in kvmppc_book3s_hcall_implemented() argument
843 return kvm->arch.kvm_ops->hcall_implemented(hcall); in kvmppc_book3s_hcall_implemented()
Dbook3s_xics.c781 static noinline int kvmppc_xics_rm_complete(struct kvm_vcpu *vcpu, u32 hcall) in kvmppc_xics_rm_complete() argument
787 hcall, icp->rm_action, icp->rm_dbgstate.raw, icp->rm_dbgtgt); in kvmppc_xics_rm_complete()
Dbook3s_hv.c2696 unsigned int hcall; in init_default_hcalls() local
2699 hcall = default_hcall_list[i]; in init_default_hcalls()
2700 WARN_ON(!kvmppc_hcall_impl_hv(hcall)); in init_default_hcalls()
2701 __set_bit(hcall / 4, default_enabled_hcalls); in init_default_hcalls()
/arch/x86/include/asm/
Dlguest_hcall.h48 hcall(unsigned long call, in hcall() function
/arch/powerpc/platforms/pseries/
DKconfig121 this enables code that uses the hcall GetPerfCounterInfo and 24x7
/arch/powerpc/include/asm/
Dkvm_ppc.h273 int (*hcall_implemented)(unsigned long hcall);