Searched refs:COND_PUSH (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt.h | 843 #define COND_PUSH(set, mask, reg) \ macro 851 COND_PUSH(set, CLBR_RAX, rax); \ 852 COND_PUSH(set, CLBR_RCX, rcx); \ 853 COND_PUSH(set, CLBR_RDX, rdx); \ 854 COND_PUSH(set, CLBR_RSI, rsi); \ 855 COND_PUSH(set, CLBR_RDI, rdi); \ 856 COND_PUSH(set, CLBR_R8, r8); \ 857 COND_PUSH(set, CLBR_R9, r9); \ 858 COND_PUSH(set, CLBR_R10, r10); \ 859 COND_PUSH(set, CLBR_R11, r11) [all …]
|