From: David Vrabel Date: Wed, 30 May 2012 08:25:11 +0000 (+0100) Subject: x86: document register for 6th hypercall argument X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8380 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4af64160c580b02f28c992c09d55957cb20a9b91;p=xen.git x86: document register for 6th hypercall argument From: David Vrabel Signed-off-by: David Vrabel Committed-by: Keir Fraser --- diff --git a/xen/include/public/arch-x86/xen-x86_32.h b/xen/include/public/arch-x86/xen-x86_32.h index de584ea8af..906e74a735 100644 --- a/xen/include/public/arch-x86/xen-x86_32.h +++ b/xen/include/public/arch-x86/xen-x86_32.h @@ -29,7 +29,7 @@ /* * Hypercall interface: - * Input: %ebx, %ecx, %edx, %esi, %edi (arguments 1-5) + * Input: %ebx, %ecx, %edx, %esi, %edi, %ebp (arguments 1-6) * Output: %eax * Access is via hypercall page (set up by guest loader or via a Xen MSR): * call hypercall_page + hypercall-number * 32 diff --git a/xen/include/public/arch-x86/xen-x86_64.h b/xen/include/public/arch-x86/xen-x86_64.h index 0bdd86825d..2654d24e32 100644 --- a/xen/include/public/arch-x86/xen-x86_64.h +++ b/xen/include/public/arch-x86/xen-x86_64.h @@ -29,7 +29,7 @@ /* * Hypercall interface: - * Input: %rdi, %rsi, %rdx, %r10, %r8 (arguments 1-5) + * Input: %rdi, %rsi, %rdx, %r10, %r8, %r9 (arguments 1-6) * Output: %rax * Access is via hypercall page (set up by guest loader or via a Xen MSR): * call hypercall_page + hypercall-number * 32