Searched refs:__PVOP_CALL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt_types.h | 571 #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, "", "", \
|
D | paravirt.h | 834 #undef __PVOP_CALL
|