Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dparavirt_types.h575 #define __PVOP_CALL(rettype, op, pre, post, ...) \ macro
612 __PVOP_CALL(rettype, op, "", "")
623 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
634 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
649 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
658 __PVOP_CALL(rettype, op, \
669 __PVOP_CALL(rettype, op, "", "", \
Dparavirt.h837 #undef __PVOP_CALL