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

/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h368 #define PVOP_RETVAL(rettype) \
370 BUILD_BUG_ON(sizeof(rettype) > sizeof(unsigned long)); \
371 switch (sizeof(rettype)) { \
421 #define __PVOP_CALL(rettype, op, ...) \
422 ____PVOP_CALL(PVOP_RETVAL(rettype), op, \
425 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \
426 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, \
430 #define __PVOP_CALLEESAVE(rettype, op, ...) \
431 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, \
434 #define __PVOP_ALT_CALLEESAVE(rettype, o
[all...]
/linux-master/arch/s390/include/asm/
H A Dstacktrace.h164 * rc = call_on_stack(nr, stack, rettype, fn, t1, a1, t2, a2, ...)
169 * - rettype is the return type of fn.
174 #define call_on_stack(nr, stack, rettype, fn, ...) \
176 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \
195 (rettype)r2; \
203 * rc = call_nodat(nr, rettype, fn, t1, a1, t2, a2, ...)
207 * - rettype is the return type of fn.
216 #define call_nodat(nr, rettype, fn, ...) \
218 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = (fn); \
244 (rettype)r
[all...]
/linux-master/fs/9p/
H A Dvfs_dir.c51 int rettype = DT_REG; local
54 rettype = DT_DIR;
56 rettype = DT_LNK;
58 return rettype;
/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c135 unsigned int rettype, unsigned int retarg,
177 if (rettype == -1 ||
178 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) {
134 do_test(struct vm86plus_struct *v86, unsigned long eip, unsigned int rettype, unsigned int retarg, const char *text) argument
/linux-master/Documentation/sphinx/
H A Dcdomain.py165 rettype, fullname, arglist, _const = m.groups()
167 if rettype or not arglist:
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c672 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; local
676 return rettype;
689 rettype = entry->type;
691 rettype = _PAGE_CACHE_MODE_UC_MINUS;
695 return rettype;

Completed in 153 milliseconds