| H A D | paravirt_types.h | 479 #define PVOP_RETMASK(rettype) \ argument 491 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 523 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 527 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument 559 #define PVOP_CALL0(rettype, op) \ argument 564 #define PVOP_CALLEE0(rettype, op) \ argument 570 #define PVOP_CALL1(rettype, op, arg1) \ argument 575 #define PVOP_CALLEE1(rettype, op, arg1) \ argument 581 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument 588 #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ argument [all …]
|