Searched refs:EXTRA_CLOBBERS (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt.h | 487 #define EXTRA_CLOBBERS macro 498 #define EXTRA_CLOBBERS , "r8", "r9", "r10", "r11" macro 523 : "memory", "cc" EXTRA_CLOBBERS); \ 533 : "memory", "cc" EXTRA_CLOBBERS); \ 1439 #define PV_EXTRA_CLOBBERS EXTRA_CLOBBERS, "rcx" , "rdx", "rsi" 1440 #define PV_VEXTRA_CLOBBERS EXTRA_CLOBBERS, "rdi", "rcx" , "rdx", "rsi"
|