Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dparavirt_types.h482 #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, \
Dparavirt.h720 #undef __PVOP_CALL