Searched refs:____PVOP_ALT_CALL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/arch/x86/include/asm/ |
| D | paravirt_types.h | 457 #define ____PVOP_ALT_CALL(ret, op, alt, cond, clbr, call_clbr, \ macro 477 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, CLBR_ANY,\ 486 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \ 495 (void)____PVOP_ALT_CALL(, op, alt, cond, CLBR_ANY, \ 504 (void)____PVOP_ALT_CALL(, op.func, alt, cond, CLBR_RET_REG, \
|