Searched defs:rettype (Results 1 – 4 of 4) sorted by relevance
/linux-5.10/arch/x86/include/asm/ |
D | paravirt_types.h | 481 #define PVOP_RETMASK(rettype) \ argument 493 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 525 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 529 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument 561 #define PVOP_CALL0(rettype, op) \ argument 566 #define PVOP_CALLEE0(rettype, op) \ argument 572 #define PVOP_CALL1(rettype, op, arg1) \ argument 577 #define PVOP_CALLEE1(rettype, op, arg1) \ argument 583 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument 590 #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ argument [all …]
|
/linux-5.10/fs/9p/ |
D | vfs_dir.c | 54 int rettype = DT_REG; in dt_type() local
|
/linux-5.10/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 135 unsigned int rettype, unsigned int retarg, in do_test()
|
/linux-5.10/arch/x86/mm/pat/ |
D | memtype.c | 708 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local
|