Searched refs:rettype (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | paravirt_types.h | 432 #define PVOP_RETVAL(rettype) \ argument 435 switch (sizeof(rettype)) { \ 473 #define __PVOP_CALL(rettype, op, ...) \ argument 509 #define PVOP_CALL0(rettype, op) \ argument 510 __PVOP_CALL(rettype, op) 514 __PVOP_ALT_CALL(rettype, op, alt, cond) 518 #define PVOP_CALLEE0(rettype, op) \ argument 519 __PVOP_CALLEESAVE(rettype, op) 528 #define PVOP_CALL1(rettype, op, arg1) \ argument 535 #define PVOP_CALLEE1(rettype, op, arg1) \ argument [all …]
|
| /linux/fs/9p/ |
| A D | vfs_dir.c | 52 int rettype = DT_REG; in dt_type() local 55 rettype = DT_DIR; in dt_type() 57 rettype = DT_LNK; in dt_type() 59 return rettype; in dt_type()
|
| /linux/arch/s390/include/asm/ |
| A D | stacktrace.h | 168 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument 170 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \ 189 (rettype)r2; \
|
| /linux/tools/testing/selftests/x86/ |
| A 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/Documentation/sphinx/ |
| A D | cdomain.py | 169 rettype, fullname, arglist, _const = m.groups() 171 if rettype or not arglist:
|
| /linux/arch/x86/mm/pat/ |
| A D | memtype.c | 713 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local 717 return rettype; in lookup_memtype() 730 rettype = entry->type; in lookup_memtype() 732 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype() 736 return rettype; in lookup_memtype()
|
Completed in 11 milliseconds