Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dparavirt_types.h523 #define __PVOP_CALL(rettype, op, pre, post, ...) \ macro
560 __PVOP_CALL(rettype, op, "", "")
571 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
582 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
597 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
606 __PVOP_CALL(rettype, op, \
617 __PVOP_CALL(rettype, op, "", "", \
Dparavirt.h679 #undef __PVOP_CALL