diff options
Diffstat (limited to 'include/asm-x86/calling.h')
| -rw-r--r-- | include/asm-x86/calling.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-x86/calling.h b/include/asm-x86/calling.h index f13e62e2cb3e..2bc162e0ec6e 100644 --- a/include/asm-x86/calling.h +++ b/include/asm-x86/calling.h | |||
| @@ -104,7 +104,7 @@ | |||
| 104 | .endif | 104 | .endif |
| 105 | .endm | 105 | .endm |
| 106 | 106 | ||
| 107 | .macro LOAD_ARGS offset | 107 | .macro LOAD_ARGS offset, skiprax=0 |
| 108 | movq \offset(%rsp), %r11 | 108 | movq \offset(%rsp), %r11 |
| 109 | movq \offset+8(%rsp), %r10 | 109 | movq \offset+8(%rsp), %r10 |
| 110 | movq \offset+16(%rsp), %r9 | 110 | movq \offset+16(%rsp), %r9 |
| @@ -113,7 +113,10 @@ | |||
| 113 | movq \offset+48(%rsp), %rdx | 113 | movq \offset+48(%rsp), %rdx |
| 114 | movq \offset+56(%rsp), %rsi | 114 | movq \offset+56(%rsp), %rsi |
| 115 | movq \offset+64(%rsp), %rdi | 115 | movq \offset+64(%rsp), %rdi |
| 116 | .if \skiprax | ||
| 117 | .else | ||
| 116 | movq \offset+72(%rsp), %rax | 118 | movq \offset+72(%rsp), %rax |
| 119 | .endif | ||
| 117 | .endm | 120 | .endm |
| 118 | 121 | ||
| 119 | #define REST_SKIP 6*8 | 122 | #define REST_SKIP 6*8 |
| @@ -165,4 +168,3 @@ | |||
| 165 | .macro icebp | 168 | .macro icebp |
| 166 | .byte 0xf1 | 169 | .byte 0xf1 |
| 167 | .endm | 170 | .endm |
| 168 | |||
