Home
last modified time | relevance | path

Searched refs:COND_PUSH (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dparavirt.h864 #define COND_PUSH(set, mask, reg) \ macro
872 COND_PUSH(set, CLBR_RAX, rax); \
873 COND_PUSH(set, CLBR_RCX, rcx); \
874 COND_PUSH(set, CLBR_RDX, rdx); \
875 COND_PUSH(set, CLBR_RSI, rsi); \
876 COND_PUSH(set, CLBR_RDI, rdi); \
877 COND_PUSH(set, CLBR_R8, r8); \
878 COND_PUSH(set, CLBR_R9, r9); \
879 COND_PUSH(set, CLBR_R10, r10); \
880 COND_PUSH(set, CLBR_R11, r11)
[all …]