Home
last modified time | relevance | path

Searched defs:rettype (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dparavirt_types.h514 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument
546 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
550 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
582 #define PVOP_CALL0(rettype, op) \ argument
587 #define PVOP_CALLEE0(rettype, op) \ argument
593 #define PVOP_CALL1(rettype, op, arg1) \ argument
598 #define PVOP_CALLEE1(rettype, op, arg1) \ argument
604 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument
611 #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ argument
619 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
[all …]
/arch/x86/mm/
Dpat.c654 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local