| H A D | paravirt_types.h | 198 #define paravirt_ptr(array, op) [paravirt_opptr] "m" (array.op) argument 348 #define ____PVOP_CALL(ret, array, op, call_clbr, extra_clbr, ...) \ argument 354 : paravirt_ptr(array, op), \ 360 #define ____PVOP_ALT_CALL(ret, array, op, alt, cond, call_clbr, \ argument 368 : paravirt_ptr(array, op), \ 374 #define __PVOP_CALL(rettype, array, op, ...) \ argument 375 ____PVOP_CALL(PVOP_RETVAL(rettype), array, op, \ 378 #define __PVOP_ALT_CALL(rettype, array, op, alt, cond, ...) \ argument 379 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), array, op, alt, cond, \ 383 #define __PVOP_CALLEESAVE(rettype, array, op, ...) \ argument [all …]
|