Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h453 #define __PVOP_CALL(rettype, op, ...) \ macro
490 __PVOP_CALL(rettype, op)
509 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1))
526 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1), PVOP_CALL_ARG2(arg2))
531 __PVOP_CALL(rettype, op, PVOP_CALL_ARG1(arg1), \
538 __PVOP_CALL(rettype, op, \
H A Dparavirt.h716 #undef __PVOP_CALL