Searched refs:__PVOP_CALL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | paravirt_types.h | 545 #define __PVOP_CALL(rettype, op, pre, post, ...) \ macro 582 __PVOP_CALL(rettype, op, "", "") 593 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1)) 604 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \ 619 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \ 628 __PVOP_CALL(rettype, op, \ 639 __PVOP_CALL(rettype, op, "", "", \
|
D | paravirt.h | 782 #undef __PVOP_CALL
|