Searched refs:rettype (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt_types.h | 518 #define PVOP_RETMASK(rettype) \ argument 520 switch (sizeof(rettype)) { \ 530 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument 533 rettype __ret; \ 538 if (sizeof(rettype) > sizeof(unsigned long)) { \ 547 __ret = (rettype)((((u64)__edx) << 32) | __eax); \ 557 __ret = (rettype)(__eax & PVOP_RETMASK(rettype)); \ 562 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 563 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ 566 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument [all …]
|
/Linux-v4.19/fs/9p/ |
D | vfs_dir.c | 69 int rettype = DT_REG; in dt_type() local 72 rettype = DT_DIR; in dt_type() 74 rettype = DT_LNK; in dt_type() 76 return rettype; in dt_type()
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 136 unsigned int rettype, unsigned int retarg, in do_test() argument 178 if (rettype == -1 || in do_test() 179 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test()
|
/Linux-v4.19/Documentation/sphinx/ |
D | cdomain.py | 84 rettype, fullname, arglist, _const = m.groups() 86 if rettype or not arglist:
|
/Linux-v4.19/arch/x86/mm/ |
D | pat.c | 671 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 675 return rettype; in lookup_memtype() 688 rettype = entry->type; in lookup_memtype() 690 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 693 return rettype; in lookup_memtype()
|