Searched refs:__PVOP_CALL (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | paravirt_types.h | 482 #define __PVOP_CALL(rettype, op, ...) \ macro 519 __PVOP_CALL(rettype, op) 538 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1)) 555 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1), PVOP_CALL_ARG2(arg2)) 560 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1), \ 567 __PVOP_CALL(rettype, op, \
|
D | paravirt.h | 720 #undef __PVOP_CALL
|