Home
last modified time | relevance | path

Searched refs:__PVOP_CALL (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dparavirt_types.h424 #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 Dparavirt.h702 #undef __PVOP_CALL