Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dparavirt_types.h371 #define PVOP_RETVAL(rettype) \ argument
374 switch (sizeof(rettype)) { \
424 #define __PVOP_CALL(rettype, op, ...) \ argument
425 ____PVOP_CALL(PVOP_RETVAL(rettype), op, \
460 #define PVOP_CALL0(rettype, op) \ argument
461 __PVOP_CALL(rettype, op)
465 __PVOP_ALT_CALL(rettype, op, alt, cond)
469 #define PVOP_CALLEE0(rettype, op) \ argument
470 __PVOP_CALLEESAVE(rettype, op)
479 #define PVOP_CALL1(rettype, op, arg1) \ argument
[all …]
/linux-6.15/arch/s390/include/asm/
H A Dstacktrace.h187 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument
189 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \
208 (rettype)r2; \
229 #define call_nodat(nr, rettype, fn, ...) \ argument
231 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = (fn); \
257 (rettype)r2; \
/linux-6.15/fs/9p/
H A Dvfs_dir.c51 int rettype = DT_REG; in dt_type() local
54 rettype = DT_DIR; in dt_type()
56 rettype = DT_LNK; in dt_type()
58 return rettype; in dt_type()
/linux-6.15/tools/testing/selftests/x86/
H A Dentry_from_vm86.c115 unsigned int rettype, unsigned int retarg, in do_test() argument
157 if (rettype == -1 || in do_test()
158 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test()
/linux-6.15/Documentation/sphinx/
H A Dcdomain.py162 rettype, fullname, arglist, _const = m.groups()
164 if rettype or not arglist:
/linux-6.15/arch/x86/mm/pat/
H A Dmemtype.c656 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local
660 return rettype; in lookup_memtype()
673 rettype = entry->type; in lookup_memtype()
675 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype()
679 return rettype; in lookup_memtype()