Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dparavirt_types.h366 #define PVOP_VCALL_CLOBBERS "=a" (__eax), "=d" (__edx), \ macro
368 #define PVOP_CALL_CLOBBERS PVOP_VCALL_CLOBBERS
386 #define PVOP_VCALL_CLOBBERS "=D" (__edi), \ macro
389 #define PVOP_CALL_CLOBBERS PVOP_VCALL_CLOBBERS, "=a" (__eax)
398 #define PVOP_VCALLEE_CLOBBERS "=a" (__eax), PVOP_VCALL_CLOBBERS
472 (void)____PVOP_CALL(, op, PVOP_VCALL_CLOBBERS, \
477 PVOP_VCALL_CLOBBERS, VEXTRA_CLOBBERS, \