Searched refs:COND_PUSH (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | paravirt.h | 811 #define COND_PUSH(set, mask, reg) \ macro 819 COND_PUSH(set, CLBR_RAX, rax); \ 820 COND_PUSH(set, CLBR_RCX, rcx); \ 821 COND_PUSH(set, CLBR_RDX, rdx); \ 822 COND_PUSH(set, CLBR_RSI, rsi); \ 823 COND_PUSH(set, CLBR_RDI, rdi); \ 824 COND_PUSH(set, CLBR_R8, r8); \ 825 COND_PUSH(set, CLBR_R9, r9); \ 826 COND_PUSH(set, CLBR_R10, r10); \ 827 COND_PUSH(set, CLBR_R11, r11) [all …]
|