1 | /* |
---|
2 | * Convert SysV calling convention to EFI x86_64 calling convention |
---|
3 | * |
---|
4 | * Copyright (C) 2007-2010 Intel Corp |
---|
5 | * Bibo Mao <bibo.mao@intel.com> |
---|
6 | * Chandramouli Narayanan<mouli@linux.intel.com> |
---|
7 | * Huang Ying <ying.huang@intel.com> |
---|
8 | * |
---|
9 | * All rights reserved. |
---|
10 | * |
---|
11 | * Redistribution and use in source and binary forms, with or without |
---|
12 | * modification, are permitted provided that the following conditions |
---|
13 | * are met: |
---|
14 | * |
---|
15 | * - Redistributions of source code must retain the above copyright |
---|
16 | * notice, this list of conditions and the following disclaimer. |
---|
17 | * - Redistributions in binary form must reproduce the above |
---|
18 | * copyright notice, this list of conditions and the following |
---|
19 | * disclaimer in the documentation and/or other materials |
---|
20 | * provided with the distribution. |
---|
21 | * - Neither the name of Hewlett-Packard Co. nor the names of its |
---|
22 | * contributors may be used to endorse or promote products derived |
---|
23 | * from this software without specific prior written permission. |
---|
24 | * |
---|
25 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
---|
26 | * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
---|
27 | * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
---|
28 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
---|
29 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
---|
30 | * BE LIABLE FOR ANYDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, |
---|
31 | * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
---|
32 | * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
---|
33 | * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
---|
34 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR |
---|
35 | * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF |
---|
36 | * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
---|
37 | * SUCH DAMAGE. |
---|
38 | */ |
---|
39 | |
---|
40 | /* uefi_call_wrapper() is a macro in efibind.h */ |
---|