Searched refs:COND_PUSH (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt.h | 867 #define COND_PUSH(set, mask, reg) \ macro 875 COND_PUSH(set, CLBR_RAX, rax); \ 876 COND_PUSH(set, CLBR_RCX, rcx); \ 877 COND_PUSH(set, CLBR_RDX, rdx); \ 878 COND_PUSH(set, CLBR_RSI, rsi); \ 879 COND_PUSH(set, CLBR_RDI, rdi); \ 880 COND_PUSH(set, CLBR_R8, r8); \ 881 COND_PUSH(set, CLBR_R9, r9); \ 882 COND_PUSH(set, CLBR_R10, r10); \ 883 COND_PUSH(set, CLBR_R11, r11) [all …]
|