Searched refs:____PVOP_ALT_CALL (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | paravirt_types.h | 467 #define ____PVOP_ALT_CALL(ret, op, alt, cond, clbr, call_clbr, \ macro 487 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, CLBR_ANY,\ 496 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \ 505 (void)____PVOP_ALT_CALL(, op, alt, cond, CLBR_ANY, \ 514 (void)____PVOP_ALT_CALL(, op.func, alt, cond, CLBR_RET_REG, \
|