Searched refs:__PVOP_CALL (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | paravirt_types.h | 424 #define __PVOP_CALL(rettype, op, ...) \ macro 461 __PVOP_CALL(rettype, op) 480 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1)) 497 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1), PVOP_CALL_ARG2(arg2)) 502 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1), \ 509 __PVOP_CALL(rettype, op, \
|
| H A D | paravirt.h | 702 #undef __PVOP_CALL
|