Searched refs:__PVOP_CALL (Results 1 – 1 of 1) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | paravirt.h | 372 #define __PVOP_CALL(rettype, op, pre, post, ...) \ macro 415 __PVOP_CALL(rettype, op, "", "") 420 __PVOP_CALL(rettype, op, "", "", "0" ((u32)(arg1))) 425 __PVOP_CALL(rettype, op, "", "", "0" ((u32)(arg1)), "1" ((u32)(arg2))) 430 __PVOP_CALL(rettype, op, "", "", "0" ((u32)(arg1)), \ 437 __PVOP_CALL(rettype, op, \ 1097 #undef __PVOP_CALL
|