Searched refs:rettype (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | paravirt_types.h | 501 #define PVOP_RETMASK(rettype) \ argument 503 switch (sizeof(rettype)) { \ 513 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 516 rettype __ret; \ 521 if (sizeof(rettype) > sizeof(unsigned long)) { \ 530 __ret = (rettype)((((u64)__edx) << 32) | __eax); \ 540 __ret = (rettype)(__eax & PVOP_RETMASK(rettype)); \ 545 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 546 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ 549 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument [all …]
|
/Linux-v5.4/fs/9p/ |
D | vfs_dir.c | 54 int rettype = DT_REG; in dt_type() local 57 rettype = DT_DIR; in dt_type() 59 rettype = DT_LNK; in dt_type() 61 return rettype; in dt_type()
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 135 unsigned int rettype, unsigned int retarg, in do_test() argument 177 if (rettype == -1 || in do_test() 178 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test()
|
/Linux-v5.4/Documentation/sphinx/ |
D | cdomain.py | 87 rettype, fullname, arglist, _const = m.groups() 89 if rettype or not arglist:
|
/Linux-v5.4/arch/x86/mm/ |
D | pat.c | 681 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 685 return rettype; in lookup_memtype() 698 rettype = entry->type; in lookup_memtype() 700 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 703 return rettype; in lookup_memtype()
|