Searched refs:PVOP_RETVAL (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/x86/include/asm/ |
D | paravirt_types.h | 441 #define PVOP_RETVAL(rettype) \ macro 483 ____PVOP_CALL(PVOP_RETVAL(rettype), op, CLBR_ANY, \ 487 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, CLBR_ANY,\ 492 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, CLBR_RET_REG, \ 496 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \
|