Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
344 bytes
|
Line | |
---|
1 |
|
---|
2 | /** @file
|
---|
3 | AArch64 implementation of XenHypercall2
|
---|
4 |
|
---|
5 | Copyright (C) 2014, Linaro Ltd.
|
---|
6 |
|
---|
7 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 |
|
---|
9 | **/
|
---|
10 |
|
---|
11 | #include <IndustryStandard/Xen/arch-arm/xen.h>
|
---|
12 |
|
---|
13 | .text
|
---|
14 | .global ASM_PFX(XenHypercall2)
|
---|
15 | ASM_PFX(XenHypercall2):
|
---|
16 | mov x16, x0
|
---|
17 | mov x0, x1
|
---|
18 | mov x1, x2
|
---|
19 | hvc #XEN_HYPERCALL_TAG
|
---|
20 | ret
|
---|
Note:
See
TracBrowser
for help on using the repository browser.