Searched refs:CLBR_ANY (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt_types.h | 13 #define CLBR_ANY ((1 << 4) - 1) macro 28 #define CLBR_ANY ((1 << 9) - 1) macro 473 ____PVOP_CALL(PVOP_RETVAL(rettype), op, CLBR_ANY, \ 477 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, CLBR_ANY,\ 491 (void)____PVOP_CALL(, op, CLBR_ANY, PVOP_VCALL_CLOBBERS, \ 495 (void)____PVOP_ALT_CALL(, op, alt, cond, CLBR_ANY, \
|