Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h414 #define PVOP_RETVAL(rettype) \ argument
416 BUILD_BUG_ON(sizeof(rettype) > sizeof(unsigned long)); \
417 switch (sizeof(rettype)) { \
453 #define __PVOP_CALL(rettype, op, ...) \ argument
454 ____PVOP_CALL(PVOP_RETVAL(rettype), op, \
457 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument
458 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, \
462 #define __PVOP_CALLEESAVE(rettype, op, ...) \ argument
463 ____PVOP_CALL(PVOP_RETVAL(rettype), op.func, \
466 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dstacktrace.h168 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument
170 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \
189 (rettype)r2; \
210 #define call_nodat(nr, rettype, fn, ...) \ argument
212 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = (fn); \
238 (rettype)r2; \
/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c135 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()
/openbmc/u-boot/Documentation/sphinx/
H A Dcdomain.py84 rettype, fullname, arglist, _const = m.groups()
86 if rettype or not arglist:
/openbmc/linux/Documentation/sphinx/
H A Dcdomain.py169 rettype, fullname, arglist, _const = m.groups()
171 if rettype or not arglist:
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.c674 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local
678 return rettype; in lookup_memtype()
691 rettype = entry->type; in lookup_memtype()
693 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype()
697 return rettype; in lookup_memtype()