Implement hf_call with assembly inline rather than entire function.
This should allow the compiler to inline and better optimise it.
Bug: 132429380
Change-Id: I4adf5adbc59ebd71bb2b8effecb07ce16bca49cc
diff --git a/inc/vmapi/hf/call.h b/inc/vmapi/hf/call.h
index d04b914..67c8e35 100644
--- a/inc/vmapi/hf/call.h
+++ b/inc/vmapi/hf/call.h
@@ -46,7 +46,7 @@
* This function must be implemented to trigger the architecture specific
* mechanism to call to the hypervisor.
*/
-int64_t hf_call(size_t arg0, size_t arg1, size_t arg2, size_t arg3);
+int64_t hf_call(uint64_t arg0, uint64_t arg1, uint64_t arg2, uint64_t arg3);
/**
* Returns the VM's own ID.