Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dparavirt_types.h543 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument
575 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
579 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
611 #define PVOP_CALL0(rettype, op) \ argument
616 #define PVOP_CALLEE0(rettype, op) \ argument
622 #define PVOP_CALL1(rettype, op, arg1) \ argument
627 #define PVOP_CALLEE1(rettype, op, arg1) \ argument
633 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument
640 #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ argument
648 #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