Searched refs:PVOP_RETVAL (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/x86/include/asm/ |
D | paravirt_types.h | 414 #define PVOP_RETVAL(rettype) \ macro 454 ____PVOP_CALL(PVOP_RETVAL(rettype), op, \ 458 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, \ 463 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, \ 467 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \
|