D | paravirt_types.h | 457 #define ____PVOP_ALT_CALL(ret, op, alt, cond, clbr, call_clbr, \ argument 476 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument 485 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument 494 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument 503 #define __PVOP_ALT_VCALLEESAVE(op, alt, cond, ...) \ argument 512 #define PVOP_ALT_CALL0(rettype, op, alt, cond) \ argument 514 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument 521 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ argument 523 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument 531 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument [all …]
|