Searched refs:PVOP_RETVAL (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ |
D | paravirt_types.h | 368 #define PVOP_RETVAL(rettype) \ macro 422 ____PVOP_CALL(PVOP_RETVAL(rettype), op, \ 426 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, \ 431 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, \ 435 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \
|