Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dparavirt_types.h568 #define __PVOP_CALL(rettype, op, pre, post, ...) \ macro
605 __PVOP_CALL(rettype, op, "", "")
616 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
627 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
642 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
651 __PVOP_CALL(rettype, op, \
662 __PVOP_CALL(rettype, op, "", "", \
Dparavirt.h896 #undef __PVOP_CALL