Searched refs:COND_PUSH (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt.h | 708 #define COND_PUSH(set, mask, reg) \ macro 716 COND_PUSH(set, CLBR_RAX, rax); \ 717 COND_PUSH(set, CLBR_RCX, rcx); \ 718 COND_PUSH(set, CLBR_RDX, rdx); \ 719 COND_PUSH(set, CLBR_RSI, rsi); \ 720 COND_PUSH(set, CLBR_RDI, rdi); \ 721 COND_PUSH(set, CLBR_R8, r8); \ 722 COND_PUSH(set, CLBR_R9, r9); \ 723 COND_PUSH(set, CLBR_R10, r10); \ 724 COND_PUSH(set, CLBR_R11, r11) [all …]
|