Searched refs:__PVOP_CALL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt_types.h | 562 #define __PVOP_CALL(rettype, op, pre, post, ...) \ macro 599 __PVOP_CALL(rettype, op, "", "") 610 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1)) 621 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \ 636 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \ 645 __PVOP_CALL(rettype, op, \ 656 __PVOP_CALL(rettype, op, "", "", \
|
D | paravirt.h | 813 #undef __PVOP_CALL
|