Searched refs:rettype (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | paravirt_types.h | 441 #define PVOP_RETVAL(rettype) \ argument 443 BUILD_BUG_ON(sizeof(rettype) > sizeof(unsigned long)); \ 444 switch (sizeof(rettype)) { \ 482 #define __PVOP_CALL(rettype, op, ...) \ argument 483 ____PVOP_CALL(PVOP_RETVAL(rettype), op, CLBR_ANY, \ 486 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument 487 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, CLBR_ANY,\ 491 #define __PVOP_CALLEESAVE(rettype, op, ...) \ argument 492 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, CLBR_RET_REG, \ 495 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument [all …]
|
/linux-6.1.9/fs/9p/ |
D | vfs_dir.c | 53 int rettype = DT_REG; in dt_type() local 56 rettype = DT_DIR; in dt_type() 58 rettype = DT_LNK; in dt_type() 60 return rettype; in dt_type()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | stacktrace.h | 167 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument 169 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \ 188 (rettype)r2; \
|
/linux-6.1.9/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-6.1.9/Documentation/sphinx/ |
D | cdomain.py | 169 rettype, fullname, arglist, _const = m.groups() 171 if rettype or not arglist:
|
/linux-6.1.9/arch/x86/mm/pat/ |
D | memtype.c | 722 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 726 return rettype; in lookup_memtype() 739 rettype = entry->type; in lookup_memtype() 741 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 745 return rettype; in lookup_memtype()
|