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