Searched defs:rettype (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | paravirt_types.h | 536 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 568 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 572 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument 604 #define PVOP_CALL0(rettype, op) \ argument 609 #define PVOP_CALLEE0(rettype, op) \ argument 615 #define PVOP_CALL1(rettype, op, arg1) \ argument 620 #define PVOP_CALLEE1(rettype, op, arg1) \ argument 626 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument 633 #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ argument 641 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument [all …]
|
/linux-3.4.99/fs/9p/ |
D | vfs_dir.c | 70 int rettype = DT_REG; in dt_type() local
|
/linux-3.4.99/arch/x86/mm/ |
D | pat.c | 387 int rettype = _PAGE_CACHE_WB; in lookup_memtype() local
|