Searched refs:PVOP_RETVAL (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt_types.h | 431 #define PVOP_RETVAL(rettype) \ macro 473 ____PVOP_CALL(PVOP_RETVAL(rettype), op, CLBR_ANY, \ 477 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, CLBR_ANY,\ 482 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, CLBR_RET_REG, \ 486 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \
|