Searched refs:hypercall (Results 1 – 8 of 8) sorted by relevance
57 #define HYPERCALL_SIMPLE(hypercall) \ argument58 ENTRY(HYPERVISOR_##hypercall) \59 mov r12, #__HYPERVISOR_##hypercall; \62 ENDPROC(HYPERVISOR_##hypercall)70 #define HYPERCALL5(hypercall) \ argument71 ENTRY(HYPERVISOR_##hypercall) \74 mov r12, #__HYPERVISOR_##hypercall; \78 ENDPROC(HYPERVISOR_##hypercall)
2 obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o
58 #define HYPERCALL_SIMPLE(hypercall) \ argument59 ENTRY(HYPERVISOR_##hypercall) \60 mov x16, #__HYPERVISOR_##hypercall; \63 ENDPROC(HYPERVISOR_##hypercall)
3 obj-y := xen-arm.o hypercall.o
54 @ Check for a stub hypercall
552 EXCEPTION_STUB(0x300, hypercall)926 START_EXCEPTION(hypercall);
5854 svm_patch_hypercall(struct kvm_vcpu *vcpu, unsigned char *hypercall) in svm_patch_hypercall() argument5859 hypercall[0] = 0x0f; in svm_patch_hypercall()5860 hypercall[1] = 0x01; in svm_patch_hypercall()5861 hypercall[2] = 0xd9; in svm_patch_hypercall()
4749 vmx_patch_hypercall(struct kvm_vcpu *vcpu, unsigned char *hypercall) in vmx_patch_hypercall() argument4754 hypercall[0] = 0x0f; in vmx_patch_hypercall()4755 hypercall[1] = 0x01; in vmx_patch_hypercall()4756 hypercall[2] = 0xc1; in vmx_patch_hypercall()