Searched refs:rettype (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | paravirt_types.h | 323 #define PVOP_RETVAL(rettype) \ argument 325 BUILD_BUG_ON(sizeof(rettype) > sizeof(unsigned long)); \ 326 switch (sizeof(rettype)) { \ 374 #define __PVOP_CALL(rettype, array, op, ...) \ argument 375 ____PVOP_CALL(PVOP_RETVAL(rettype), array, op, \ 378 #define __PVOP_ALT_CALL(rettype, array, op, alt, cond, ...) \ argument 379 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), array, op, alt, cond, \ 383 #define __PVOP_CALLEESAVE(rettype, array, op, ...) \ argument 384 ____PVOP_CALL(PVOP_RETVAL(rettype), array, op.func, \ 387 #define __PVOP_ALT_CALLEESAVE(rettype, array, op, alt, cond, ...) \ argument [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | stacktrace.h | 188 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument 190 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \ 209 (rettype)r2; \ 230 #define call_nodat(nr, rettype, fn, ...) \ argument 232 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = (fn); \ 258 (rettype)r2; \
|
| /linux/fs/9p/ |
| H A D | vfs_dir.c | 51 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/tools/testing/selftests/x86/ |
| H A D | entry_from_vm86.c | 115 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/arch/x86/mm/pat/ |
| H A D | memtype.c | 657 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 661 return rettype; in lookup_memtype() 674 rettype = entry->type; in lookup_memtype() 676 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 680 return rettype; in lookup_memtype()
|