Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h571 #define __PVOP_CALL(rettype, op, pre, post, ...) \ macro
608 __PVOP_CALL(rettype, op, "", "")
619 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
630 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
645 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
654 __PVOP_CALL(rettype, op, \
665 __PVOP_CALL(rettype, op, "", "", \
Dparavirt.h834 #undef __PVOP_CALL