Searched refs:rettype (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/include/asm/ |
D | paravirt_types.h | 481 #define PVOP_RETMASK(rettype) \ argument 483 switch (sizeof(rettype)) { \ 493 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 496 rettype __ret; \ 501 if (sizeof(rettype) > sizeof(unsigned long)) { \ 510 __ret = (rettype)((((u64)__edx) << 32) | __eax); \ 520 __ret = (rettype)(__eax & PVOP_RETMASK(rettype)); \ 525 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 526 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ 529 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument [all …]
|
/Linux-v5.10/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.10/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.10/Documentation/sphinx/ |
D | cdomain.py | 169 rettype, fullname, arglist, _const = m.groups() 171 if rettype or not arglist:
|
/Linux-v5.10/arch/x86/mm/pat/ |
D | memtype.c | 708 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 712 return rettype; in lookup_memtype() 725 rettype = entry->type; in lookup_memtype() 727 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 731 return rettype; in lookup_memtype()
|